Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
Item | Add (object target, string text, string idSprite, Action action, int priority=0, bool auto=false) |
Item | Add (object target, string text, Func< bool > valueFunc, Action< bool > action) |
Public Attributes | |
UIButton | button |
Area | area |
List< Item > | items = new List<Item>() |
Definition at line 16 of file LayerInteraction.cs.
|
inline |
Definition at line 39 of file LayerInteraction.cs.
References item, and LayerInteraction.Page.items.
|
inline |
Definition at line 24 of file LayerInteraction.cs.
References item, and LayerInteraction.Page.items.
Referenced by LayerInteraction.GetPage(), and LayerInteraction.Show().
Area LayerInteraction.Page.area |
Definition at line 20 of file LayerInteraction.cs.
UIButton LayerInteraction.Page.button |
Definition at line 18 of file LayerInteraction.cs.
Referenced by LayerInteraction.Show().
Definition at line 22 of file LayerInteraction.cs.
Referenced by LayerInteraction.Page.Add(), LayerInteraction.GetPage(), and LayerInteraction.Show().