|
Elin Decompiled Documentation EA 23.240 Nightly
|
Classes | |
| class | CustomItem |
Public Member Functions | |
| 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) |
Public Member Functions inherited from ELayer | |
| override void | OnBeforeAddLayer () |
| void | InitInspector () |
| sealed 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 () |
Public Member Functions inherited from Layer | |
| virtual string | GetTextHeader (Window window) |
| virtual bool | HeaderIsListOf (int id) |
| virtual void | Init () |
| virtual void | OnInit () |
| virtual void | OnAfterInit () |
| virtual void | ApplySkin () |
| void | ShowScreenLock (string id) |
| void | UpdateInput () |
| virtual void | OnUpdateInput () |
| virtual void | OnRightClick () |
| virtual bool | OnBack () |
| virtual void | OnChangeLayer () |
| virtual void | OnCreate () |
| void | _AddLayer (string id) |
| Layer | AddLayer (string id) |
| T | AddLayer< T > () |
| T | AddLayer< T > (string id) |
| T | AddLayerDontCloseOthers< T > () |
| Layer | AddLayerDontCloseOthers (Layer l) |
| T | GetOrAddLayer< T > () |
| virtual void | OnBeforeAddLayer () |
| virtual void | OnAfterAddLayer () |
| Layer | AddLayer (Layer l) |
| void | ToggleLayer (string id) |
| T | ToggleLayer< T > (string id=null) |
| void | WaitAndClose () |
| void | OnClickClose () |
| virtual void | Close () |
| void | CloseLayers () |
| void | RemoveLayers (bool removeImportant=false) |
| bool | RemoveLayer< T > () |
| void | RemoveLayer (Layer l) |
| virtual void | OnKill () |
| Layer | SetOnKill (Action action) |
| void | DisableClose () |
| void | Delay (float duration=0.05f) |
| Layer | SetDelay (float d) |
| Layer | GetLayer (string id) |
| T | GetLayer< T > (bool fromTop=false) |
| Layer | GetTopLayer () |
| void | SwitchContent (int idWindow, int i) |
| virtual void | OnSwitchContent (Window window) |
| Layer | SetTitles (string langList, string idHeaderRow=null) |
| bool | IsBlockWidgetClick () |
| bool | IsHideHud () |
| bool | IsAllowGeneralInput () |
| bool | IsUseBlur () |
| bool | IsPointerOnLayer () |
| void | ApplySkin () |
Public Attributes | |
| UIList | list |
| UIButton | buttonReroll |
| UIButton | highlightTarget |
| UIItem | moldItemCheck |
| Transform | moldItemGeneral |
| Transform | moldItemDetail |
| bool | useItem |
| bool | autoX |
| bool | autoY |
| bool | noSound |
| UIScrollView | scroll |
| Vector2 | sizeMin |
| Vector2 | sizeMax |
| Vector2 | paddings |
| List< CustomItem > | customItems = new List<CustomItem>() |
Public Attributes inherited from Layer | |
| Option | option |
| UnityEvent | onKill |
| Anime | animeIn |
| Anime | animeOut |
| bool | closeOthers |
| bool | defaultActionMode = true |
| Button | screenLock |
| Layer | parent |
| string | idLayer |
| List< Layer > | layers = new List<Layer>() |
| Vector2 | lastParentPos |
| List< Window > | windows = new List<Window>() |
| string | langHint |
Protected Member Functions | |
| override void | Awake () |
Protected Member Functions inherited from ELayer | |
| sealed override void | _Close () |
| sealed override void | Kill () |
| virtual void | Awake () |
| virtual void | _Close () |
| virtual void | Kill () |
Private Member Functions | |
| void | Update () |
| void | LateUpdate () |
Private Attributes | |
| bool | initialized |
Additional Inherited Members | |
Static Public Member Functions inherited from ELayer | |
| static int | rnd (int a) |
Static Public Member Functions inherited from Layer | |
| static T | Create< T > () |
| static T | Create< T > (string path) |
| static Layer | Create (string path) |
Static Public Attributes inherited from Layer | |
| static int | skipInput |
| static bool | closeOnRightClick |
| static bool | rightClicked |
| static bool | cancelKeyDown |
| static bool | ignoreSounds |
| static Transform | blurStopInstance |
| static string[] | searchPath = new string[3] { "Layer", "Layer/Dialog", "Layer/LayerHome" } |
Protected Attributes inherited from Layer | |
| RectTransform | _rect |
| bool | isDestroyed |
Properties inherited from ELayer | |
| static Core | core [get] |
| static Game | game [get] |
| static bool | AdvMode [get] |
| static Player | player [get] |
| static Chara | pc [get] |
| static FactionBranch | Branch [get] |
| static Faction | Home [get] |
| static UI | ui [get] |
| static Map | _map [get] |
| static Zone | _zone [get] |
| static Scene | scene [get] |
| static BaseGameScreen | screen [get] |
| static CoreConfig | config [get] |
| static GameSetting | setting [get] |
| static ColorProfile | Colors [get] |
| static SourceManager | sources [get] |
| static World | world [get] |
| static SoundManager | Sound [get] |
| static CoreDebug | debug [get] |
| bool | IsFloat [get] |
| virtual string | IdHelp [get] |
Properties inherited from Layer | |
| Layer | TopLayer [get] |
| string | uid [get] |
| virtual RectTransform | rectLayers [get] |
| virtual bool | blockWidgetClick [get] |
Definition at line 5 of file LayerList.cs.
|
inline |
Definition at line 340 of file LayerList.cs.
References customItems, and initialized.
Referenced by TraitMapBoard.TrySetAct().
|
inlineprotectedvirtual |
Reimplemented from Layer.
Definition at line 48 of file LayerList.cs.
References buttonReroll.
|
inline |
Definition at line 259 of file LayerList.cs.
References buttonReroll, list, UIList.List(), and RefreshSize().
Referenced by UICharaMaker.ListAlias(), and TraitFactionBoard.TrySetAct().
|
inlineprivate |
Definition at line 308 of file LayerList.cs.
References UIButton.DoHighlightTransition(), and highlightTarget.
Definition at line 272 of file LayerList.cs.
References buttonReroll, list, UIList.List(), moldItemGeneral, and RefreshSize().
|
inlinevirtual |
Reimplemented from Layer.
Definition at line 57 of file LayerList.cs.
References UIButton.DoHighlightTransition(), highlightTarget, and EInput.WaitReleaseKey().
|
inlinevirtual |
Reimplemented from Layer.
Definition at line 316 of file LayerList.cs.
References ELayer.core, TooltipManager.HideTooltips(), highlightTarget, TooltipManager.Instance, InputModuleEX.IsPointerOver(), BaseCore.WaitForEndOfFrame(), and EInput.WaitReleaseKey().
|
inlinevirtual |
Reimplemented from Layer.
Definition at line 66 of file LayerList.cs.
References UIList.buttons, UIButton.keyText, and list.
|
inline |
Definition at line 117 of file LayerList.cs.
References autoX, autoY, paddings, scroll, sizeMax, sizeMin, and Layer.windows.
Referenced by EnableReroll(), ManualList(), SetList2< TValue >(), SetListCheck< TValue >(), SetStringList(), and Show().
|
inline |
Definition at line 282 of file LayerList.cs.
References Layer.windows.
|
inline |
Definition at line 294 of file LayerList.cs.
References UIButton.DoHighlightTransition(), and highlightTarget.
|
inline |
Definition at line 181 of file LayerList.cs.
References UIList.Add(), Layer.Close(), item, list, UIList.List(), noSound, RefreshSize(), and UIButton.TryShowTip().
|
inline |
Definition at line 135 of file LayerList.cs.
References item, and SetStringList().
|
inline |
Definition at line 221 of file LayerList.cs.
References UIList.Add(), UIList.buttons, item, list, UIList.List(), moldItemCheck, RefreshSize(), and UIButton.TryShowTip().
|
inline |
Definition at line 82 of file LayerList.cs.
References moldItemDetail, and moldItemGeneral.
|
inline |
Definition at line 288 of file LayerList.cs.
References noSound.
|
inline |
Definition at line 111 of file LayerList.cs.
References Layer.windows.
|
inline |
Definition at line 96 of file LayerList.cs.
References autoX, autoY, and Layer.windows.
Referenced by UICharaMaker.ListJob(), and UICharaMaker.ListRace().
|
inline |
Definition at line 146 of file LayerList.cs.
References UIList.Add(), Layer.Close(), item, UIList.items, list, UIList.List(), noSound, and RefreshSize().
Referenced by SetList< TValue >().
|
inline |
Definition at line 354 of file LayerList.cs.
References LayerList.CustomItem.action, UIList.Add(), buttonReroll, Layer.Close(), customItems, LayerList.CustomItem.id, item, LayerList.CustomItem.lang, list, UIList.List(), RefreshSize(), and Layer.windows.
Referenced by TraitMapBoard.TrySetAct().
|
inlineprivate |
Definition at line 300 of file LayerList.cs.
References UIButton.DoHighlightTransition(), and highlightTarget.
| bool LayerList.autoX |
Definition at line 30 of file LayerList.cs.
Referenced by RefreshSize(), and SetSize().
| bool LayerList.autoY |
Definition at line 32 of file LayerList.cs.
Referenced by RefreshSize(), and SetSize().
| UIButton LayerList.buttonReroll |
Definition at line 18 of file LayerList.cs.
Referenced by Awake(), EnableReroll(), ManualList(), and Show().
| List<CustomItem> LayerList.customItems = new List<CustomItem>() |
Definition at line 46 of file LayerList.cs.
| UIButton LayerList.highlightTarget |
Definition at line 20 of file LayerList.cs.
Referenced by LateUpdate(), OnInit(), OnKill(), SetHighlightTarget(), and Update().
|
private |
Definition at line 44 of file LayerList.cs.
Referenced by Add().
| UIList LayerList.list |
Definition at line 16 of file LayerList.cs.
Referenced by EnableReroll(), ManualList(), OnUpdateInput(), SetList2< TValue >(), SetListCheck< TValue >(), SetStringList(), and Show().
| UIItem LayerList.moldItemCheck |
Definition at line 22 of file LayerList.cs.
Referenced by SetListCheck< TValue >().
| Transform LayerList.moldItemDetail |
Definition at line 26 of file LayerList.cs.
Referenced by SetMold().
| Transform LayerList.moldItemGeneral |
Definition at line 24 of file LayerList.cs.
Referenced by ManualList(), and SetMold().
| bool LayerList.noSound |
Definition at line 34 of file LayerList.cs.
Referenced by SetList2< TValue >(), SetNoSound(), and SetStringList().
| Vector2 LayerList.paddings |
Definition at line 42 of file LayerList.cs.
Referenced by RefreshSize().
| UIScrollView LayerList.scroll |
Definition at line 36 of file LayerList.cs.
Referenced by RefreshSize().
| Vector2 LayerList.sizeMax |
Definition at line 40 of file LayerList.cs.
Referenced by RefreshSize().
| Vector2 LayerList.sizeMin |
Definition at line 38 of file LayerList.cs.
Referenced by RefreshSize().
| bool LayerList.useItem |
Definition at line 28 of file LayerList.cs.