Enum ContextItemType
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
Types of items that can appear inside a context menu.
public enum ContextItemType
Fields
Button = 0A standard Unity UI button (UnityEngine.UI.Button).
ModularButton = 1A modular button from this package (Button).
Separator = 2A non-interactive separator line used to group items.