Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
UIContextMenu | Create (string menuName="ContextMenu", bool destroyOnHide=true) |
Public Attributes | |
Canvas | canvas |
UIContextMenu | currentMenu |
bool | showMenuOnRightClick = true |
bool | autoClose |
Static Public Attributes | |
static UIContextMenuManager | Instance |
Properties | |
bool | isActive [get] |
Private Member Functions | |
void | Awake () |
Definition at line 3 of file UIContextMenuManager.cs.
|
inlineprivate |
Definition at line 27 of file UIContextMenuManager.cs.
References Instance.
|
inline |
Definition at line 32 of file UIContextMenuManager.cs.
References currentMenu, UIContextMenu.Hide(), UIContextMenu.logo, and Util.
Referenced by UI.CreateContextMenu(), and UI.CreateContextMenuInteraction().
bool UIContextMenuManager.autoClose |
Definition at line 13 of file UIContextMenuManager.cs.
Referenced by UIContextMenu.Hide().
Canvas UIContextMenuManager.canvas |
Definition at line 5 of file UIContextMenuManager.cs.
UIContextMenu UIContextMenuManager.currentMenu |
Definition at line 7 of file UIContextMenuManager.cs.
Referenced by Create().
|
static |
Definition at line 9 of file UIContextMenuManager.cs.
Referenced by Awake(), UIContextMenu.Hide(), and Layer.UpdateInput().
bool UIContextMenuManager.showMenuOnRightClick = true |
Definition at line 11 of file UIContextMenuManager.cs.
|
get |
Definition at line 15 of file UIContextMenuManager.cs.
Referenced by Layer.UpdateInput().