Elin Modding Docs Doc
|
Classes | |
class | Page |
Public Member Functions | |
override void | OnSwitchContent (int idTab) |
void | Refresh () |
void | OnClickHelp () |
void | ToggleMode () |
Public Attributes | |
Transform | transBig |
Image | imageBig |
UIBook | book |
UIText | textCollected |
GridLayoutGroup[] | grids |
Vector2[] | gridSize |
Static Public Attributes | |
static int | lastPage |
static bool | listMode |
Definition at line 8 of file ContentGallery.cs.
void ContentGallery.OnClickHelp | ( | ) |
Definition at line 60 of file ContentGallery.cs.
override void ContentGallery.OnSwitchContent | ( | int | idTab | ) |
Definition at line 11 of file ContentGallery.cs.
void ContentGallery.Refresh | ( | ) |
Definition at line 30 of file ContentGallery.cs.
void ContentGallery.ToggleMode | ( | ) |
Definition at line 66 of file ContentGallery.cs.
UIBook ContentGallery.book |
Definition at line 93 of file ContentGallery.cs.
GridLayoutGroup [] ContentGallery.grids |
Definition at line 99 of file ContentGallery.cs.
Vector2 [] ContentGallery.gridSize |
Definition at line 102 of file ContentGallery.cs.
Image ContentGallery.imageBig |
Definition at line 90 of file ContentGallery.cs.
|
static |
Definition at line 81 of file ContentGallery.cs.
|
static |
Definition at line 84 of file ContentGallery.cs.
UIText ContentGallery.textCollected |
Definition at line 96 of file ContentGallery.cs.
Transform ContentGallery.transBig |
Definition at line 87 of file ContentGallery.cs.