Elin Modding Docs Doc
Loading...
Searching...
No Matches
LayerInteraction.Page Class Reference

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.Itemitems = new List<LayerInteraction.Item>()
 

Detailed Description

Definition at line 270 of file LayerInteraction.cs.

Member Function Documentation

◆ Add() [1/2]

LayerInteraction.Item LayerInteraction.Page.Add ( object target,
string text,
Func< bool > valueFunc,
Action< bool > action )

Definition at line 289 of file LayerInteraction.cs.

◆ Add() [2/2]

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.

Member Data Documentation

◆ area

Area LayerInteraction.Page.area

Definition at line 311 of file LayerInteraction.cs.

◆ button

UIButton LayerInteraction.Page.button

Definition at line 308 of file LayerInteraction.cs.

◆ items

List<LayerInteraction.Item> LayerInteraction.Page.items = new List<LayerInteraction.Item>()

Definition at line 314 of file LayerInteraction.cs.


The documentation for this class was generated from the following file: