|
override void | OnInit () |
|
override void | OnUpdateInput () |
|
LayerList | SetMold (int index) |
|
LayerList | SetSize (float w=450f, float h=-1f) |
|
LayerList | SetPivot (float x, float y=-1f) |
|
void | RefreshSize () |
|
LayerList | SetList< TValue > (ICollection< TValue > items, Func< TValue, string > getString, Action< int, string > onSelect, bool autoClose=true) |
|
LayerList | SetStringList (Func< ICollection< string > > getList, Action< int, string > onSelect, bool autoClose=true) |
|
LayerList | SetList2< TValue > (ICollection< TValue > _list, Func< TValue, string > getText, Action< TValue, ItemGeneral > onClick, Action< TValue, ItemGeneral > onInstantiate, bool autoClose=true) |
|
LayerList | SetListCheck< TValue > (ICollection< TValue > _list, Func< TValue, string > getText, Action< TValue, ItemGeneral > onClick, Action< List< UIList.ButtonPair > > onValidate) |
|
LayerList | EnableReroll () |
|
LayerList | ManualList (Action< UIList, LayerList > onInit) |
|
LayerList | SetHeader (string lang) |
|
LayerList | SetNoSound () |
|
void | SetHighlightTarget (UIButton _target) |
|
override void | OnKill () |
|
void | Add (string lang, Action< int > action) |
|
void | Show (bool autoClose=true) |
|
override void | OnBeforeAddLayer () |
|
void | InitInspector () |
|
override void | Init () |
|
override void | OnAfterAddLayer () |
|
void | TryShowHelp () |
|
void | AddLayerToUI (string id) |
|
void | TryShowHint (string _langHint=null) |
|
void | TalkHomeMemeber (string id) |
|
void | TalkMaid (string id) |
|
override void | OnRightClick () |
|
Definition at line 7 of file LayerList.cs.
◆ Add()
void LayerList.Add |
( |
string | lang, |
|
|
Action< int > | action ) |
◆ Awake()
override void LayerList.Awake |
( |
| ) |
|
|
protected |
◆ EnableReroll()
◆ ManualList()
◆ OnInit()
override void LayerList.OnInit |
( |
| ) |
|
◆ OnKill()
override void LayerList.OnKill |
( |
| ) |
|
◆ OnUpdateInput()
override void LayerList.OnUpdateInput |
( |
| ) |
|
◆ RefreshSize()
void LayerList.RefreshSize |
( |
| ) |
|
◆ SetHeader()
◆ SetHighlightTarget()
void LayerList.SetHighlightTarget |
( |
UIButton | _target | ) |
|
◆ SetList2< TValue >()
LayerList LayerList.SetList2< TValue > |
( |
ICollection< TValue > | _list, |
|
|
Func< TValue, string > | getText, |
|
|
Action< TValue, ItemGeneral > | onClick, |
|
|
Action< TValue, ItemGeneral > | onInstantiate, |
|
|
bool | autoClose = true ) |
◆ SetList< TValue >()
LayerList LayerList.SetList< TValue > |
( |
ICollection< TValue > | items, |
|
|
Func< TValue, string > | getString, |
|
|
Action< int, string > | onSelect, |
|
|
bool | autoClose = true ) |
◆ SetListCheck< TValue >()
LayerList LayerList.SetListCheck< TValue > |
( |
ICollection< TValue > | _list, |
|
|
Func< TValue, string > | getText, |
|
|
Action< TValue, ItemGeneral > | onClick, |
|
|
Action< List< UIList.ButtonPair > > | onValidate ) |
◆ SetMold()
◆ SetNoSound()
◆ SetPivot()
LayerList LayerList.SetPivot |
( |
float | x, |
|
|
float | y = -1f ) |
◆ SetSize()
LayerList LayerList.SetSize |
( |
float | w = 450f, |
|
|
float | h = -1f ) |
◆ SetStringList()
LayerList LayerList.SetStringList |
( |
Func< ICollection< string > > | getList, |
|
|
Action< int, string > | onSelect, |
|
|
bool | autoClose = true ) |
◆ Show()
void LayerList.Show |
( |
bool | autoClose = true | ) |
|
◆ autoX
◆ autoY
◆ buttonReroll
UIButton LayerList.buttonReroll |
◆ customItems
◆ highlightTarget
UIButton LayerList.highlightTarget |
◆ list
◆ moldItemCheck
UIItem LayerList.moldItemCheck |
◆ moldItemDetail
Transform LayerList.moldItemDetail |
◆ moldItemGeneral
Transform LayerList.moldItemGeneral |
◆ noSound
◆ paddings
Vector2 LayerList.paddings |
◆ scroll
UIScrollView LayerList.scroll |
◆ sizeMax
Vector2 LayerList.sizeMax |
◆ sizeMin
Vector2 LayerList.sizeMin |
◆ useItem
The documentation for this class was generated from the following file: