|
Elin Decompiled Documentation EA 23.229 Stable 1st Anniversary Patch 2
|
Public Member Functions | |
| override void | OnSwitchContent (int idTab) |
| void | SwitchRanking (string id) |
Public Member Functions inherited from UIContent | |
| virtual void | OnSwitchContent (int idTab) |
| virtual void | OnInstantiate () |
Public Member Functions inherited from UINote | |
| void | Clear () |
| void | Build () |
| void | Space (int sizeY=0, int sizeX=1) |
| UINote | AddNote (string id) |
| UIItem | AddHeader (string text, Sprite sprite=null) |
| UIItem | AddHeaderCard (string text, Sprite sprite=null) |
| UIItem | AddHeaderTopic (string text, Sprite sprite=null) |
| UIItem | AddHeader (string id, string text, Sprite sprite=null) |
| UIItem | AddText (string text, FontColor color=FontColor.DontChange) |
| UIItem | AddText (string id, string text, FontColor color=FontColor.DontChange) |
| UIItem | AddText (string id, string text, Color color) |
| UIItem | AddItem (string id) |
| UIItem | AddTopic (string id, string text, string value=null) |
| UIItem | AddTopic (string text, string value=null) |
| void | AddImage (Sprite sprite) |
| void | AddImage (string idFile) |
| UIButton | AddButton (string text, Action onClick) |
| UIButton | AddButtonLink (string text, string url) |
| UIDropdown | AddDropdown (string id="DropdownDefault") |
| UIButton | AddToggle (string idLang="", bool isOn=false, Action< bool > action=null) |
| Transform | AddPrefab (string path) |
| T | AddExtra< T > (string path) |
Public Attributes | |
| UIList | list |
| UIText | textTitle |
| UIText | textFactionName |
| Sprite[] | spriteTrophies |
| GameObject | comingSoon |
| GameObject | wet |
Public Attributes inherited from UINote | |
| RectTransform | target |
| UINoteProfile | prof |
| SkinType | skinType |
| string | idDefaultText |
| LayoutGroup | layout |
| RectTransform | cur |
| bool | extraRebuild |
Definition at line 3 of file ContentRanking.cs.
|
inlinevirtual |
Reimplemented from UIContent.
Definition at line 17 of file ContentRanking.cs.
References SwitchRanking().
|
inline |
Definition at line 22 of file ContentRanking.cs.
References EClass._map, UIList.Add(), UIList.buttons, Map.charas, UIList.Clear(), comingSoon, Chara.faction, Lang.Get(), EClass.Home, UIItem.image1, ButtonChara.item, list, Faction.name, UIList.Refresh(), ButtonChara.SetChara(), spriteTrophies, and wet.
Referenced by OnSwitchContent().
| GameObject ContentRanking.comingSoon |
Definition at line 13 of file ContentRanking.cs.
Referenced by SwitchRanking().
| UIList ContentRanking.list |
Definition at line 5 of file ContentRanking.cs.
Referenced by SwitchRanking().
| Sprite [] ContentRanking.spriteTrophies |
Definition at line 11 of file ContentRanking.cs.
Referenced by SwitchRanking().
| UIText ContentRanking.textFactionName |
Definition at line 9 of file ContentRanking.cs.
| UIText ContentRanking.textTitle |
Definition at line 7 of file ContentRanking.cs.
| GameObject ContentRanking.wet |
Definition at line 15 of file ContentRanking.cs.
Referenced by SwitchRanking().