|
Elin Decompiled Documentation EA 23.229 Stable 1st Anniversary Patch 2
|
Classes | |
| class | Page |
Public Member Functions | |
| override void | OnSwitchContent (int idTab) |
| void | Refresh () |
| void | OnClickHelp () |
| void | ToggleMode () |
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 | |
| Transform | transBig |
| Image | imageBig |
| UIBook | book |
| UIText | textCollected |
| GridLayoutGroup[] | grids |
| Vector2[] | gridSize |
Public Attributes inherited from UINote | |
| RectTransform | target |
| UINoteProfile | prof |
| SkinType | skinType |
| string | idDefaultText |
| LayoutGroup | layout |
| RectTransform | cur |
| bool | extraRebuild |
Static Public Attributes | |
| static int | lastPage |
| static bool | listMode |
Private Member Functions | |
| void | OnDestroy () |
Private Attributes | |
| bool | first = true |
Definition at line 6 of file ContentGallery.cs.
|
inline |
Definition at line 102 of file ContentGallery.cs.
References LayerHelp.Toggle().
|
inlineprivate |
Definition at line 115 of file ContentGallery.cs.
References book, UIBook.currentPage, and lastPage.
|
inlinevirtual |
Reimplemented from UIContent.
Definition at line 55 of file ContentGallery.cs.
References CoreDebug.allArt, EClass.core, EClass.debug, CoreRef.dictSketches, first, UDictionary< TKey, TValue >.Keys, EClass.player, Refresh(), Core.refs, and Player.sketches.
|
inline |
Definition at line 73 of file ContentGallery.cs.
References UIBook.AddPage(), book, EClass.core, UDictionary< TKey, TValue >.Count, CoreRef.dictSketches, grids, gridSize, item, lastPage, listMode, UIBook.pages, EClass.player, Core.refs, UIText.SetText(), UIBook.Show(), Player.sketches, and textCollected.
Referenced by OnSwitchContent(), and ToggleMode().
|
inline |
Definition at line 107 of file ContentGallery.cs.
References book, UIBook.currentPage, lastPage, listMode, and Refresh().
| UIBook ContentGallery.book |
Definition at line 45 of file ContentGallery.cs.
Referenced by OnDestroy(), Refresh(), and ToggleMode().
|
private |
Definition at line 53 of file ContentGallery.cs.
Referenced by OnSwitchContent().
| GridLayoutGroup [] ContentGallery.grids |
Definition at line 49 of file ContentGallery.cs.
Referenced by Refresh().
| Vector2 [] ContentGallery.gridSize |
Definition at line 51 of file ContentGallery.cs.
Referenced by Refresh().
| Image ContentGallery.imageBig |
Definition at line 43 of file ContentGallery.cs.
|
static |
Definition at line 37 of file ContentGallery.cs.
Referenced by OnDestroy(), Refresh(), and ToggleMode().
|
static |
Definition at line 39 of file ContentGallery.cs.
Referenced by Refresh(), and ToggleMode().
| UIText ContentGallery.textCollected |
Definition at line 47 of file ContentGallery.cs.
Referenced by Refresh().
| Transform ContentGallery.transBig |
Definition at line 41 of file ContentGallery.cs.