Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
virtual void | OnPointerEnter (PointerEventData data) |
virtual void | OnPointerExit (PointerEventData data) |
void | Pop () |
void | Depop () |
UIContextMenu | CreateMenu () |
void | PositionMenu () |
Public Attributes | |
RectTransform | _rect |
bool | isPointerOver |
UIContextMenu | parent |
string | id |
UIContextMenu | menu |
UIContextMenu | defaultMenu |
Vector2 | margin = new Vector2(8f, 10f) |
float | bottomFix |
![]() | |
Text | textName |
Button | button |
Toggle | toggle |
Slider | slider |
Text | textSlider |
Private Member Functions | |
void | Awake () |
void | Update () |
Definition at line 5 of file UIContextMenuPopper.cs.
|
inlineprivate |
Definition at line 27 of file UIContextMenuPopper.cs.
References _rect.
|
inline |
Definition at line 80 of file UIContextMenuPopper.cs.
References defaultMenu, UIContextMenu.matBlur, menu, parent, and UIContextMenu.system.
Referenced by UIContextMenu.AddChild(), and Pop().
|
inline |
Definition at line 75 of file UIContextMenuPopper.cs.
References UIContextMenu.Hide(), and menu.
|
inlinevirtual |
|
inlinevirtual |
Definition at line 37 of file UIContextMenuPopper.cs.
References isPointerOver.
|
inline |
Definition at line 54 of file UIContextMenuPopper.cs.
References CreateMenu(), UIContextMenu.Current, Depop(), UIContextMenu.hideOnMouseLeave, menu, parent, PositionMenu(), and UIContextMenu.Show().
Referenced by Update().
|
inline |
Definition at line 94 of file UIContextMenuPopper.cs.
References UIContextMenu._rect, UIContextMenu.alwaysPopLeft, BaseCore.Instance, margin, menu, parent, and BaseCore.uiScale.
Referenced by Pop().
|
inlineprivate |
Definition at line 42 of file UIContextMenuPopper.cs.
References UIContextMenu.Current, Depop(), UIContextMenu.hideOnMouseLeave, UIContextMenu.isPointerOver, isPointerOver, menu, parent, Pop(), and UIContextMenu.timeSinceOpen.
RectTransform UIContextMenuPopper._rect |
Definition at line 8 of file UIContextMenuPopper.cs.
Referenced by Awake().
float UIContextMenuPopper.bottomFix |
Definition at line 25 of file UIContextMenuPopper.cs.
UIContextMenu UIContextMenuPopper.defaultMenu |
Definition at line 21 of file UIContextMenuPopper.cs.
Referenced by CreateMenu().
string UIContextMenuPopper.id |
Definition at line 17 of file UIContextMenuPopper.cs.
Referenced by UIContextMenu.AddOrGetChild().
bool UIContextMenuPopper.isPointerOver |
Definition at line 11 of file UIContextMenuPopper.cs.
Referenced by OnPointerEnter(), OnPointerExit(), UIContextMenu.Update(), and Update().
Vector2 UIContextMenuPopper.margin = new Vector2(8f, 10f) |
Definition at line 23 of file UIContextMenuPopper.cs.
Referenced by PositionMenu().
UIContextMenu UIContextMenuPopper.menu |
Definition at line 19 of file UIContextMenuPopper.cs.
Referenced by UIContextMenu.AddChild(), UIContextMenu.AddOrGetChild(), CreateMenu(), Depop(), Pop(), PositionMenu(), and Update().
UIContextMenu UIContextMenuPopper.parent |
Definition at line 14 of file UIContextMenuPopper.cs.
Referenced by UIContextMenu.AddButton(), CreateMenu(), Pop(), PositionMenu(), and Update().