|
Elin Modding Docs Doc
|
Public Member Functions | |
| LayerInteraction.Item | Add (object target, string text, string idSprite, Action action, int priority=0, bool auto=false) |
| LayerInteraction.Item | Add (object target, string text, Func< bool > valueFunc, Action< bool > action) |
Public Attributes | |
| UIButton | button |
| Area | area |
| List< LayerInteraction.Item > | items = new List<LayerInteraction.Item>() |
Definition at line 270 of file LayerInteraction.cs.
| LayerInteraction.Item LayerInteraction.Page.Add | ( | object | target, |
| string | text, | ||
| Func< bool > | valueFunc, | ||
| Action< bool > | action ) |
Definition at line 289 of file LayerInteraction.cs.
| LayerInteraction.Item LayerInteraction.Page.Add | ( | object | target, |
| string | text, | ||
| string | idSprite, | ||
| Action | action, | ||
| int | priority = 0, | ||
| bool | auto = false ) |
Definition at line 273 of file LayerInteraction.cs.
| Area LayerInteraction.Page.area |
Definition at line 311 of file LayerInteraction.cs.
| UIButton LayerInteraction.Page.button |
Definition at line 308 of file LayerInteraction.cs.
| List<LayerInteraction.Item> LayerInteraction.Page.items = new List<LayerInteraction.Item>() |
Definition at line 314 of file LayerInteraction.cs.