|
Elin Modding Docs Doc
|
Public Member Functions | |
| void | OnActivate () |
| void | OnMoveZone () |
| void | _Refresh () |
Static Public Member Functions | |
| static void | Refresh () |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Public Attributes | |
| LayoutGroup | layout |
| ButtonResourceTrack | mold |
| UIButton | buttonAdd |
| Dictionary< string, ButtonResourceTrack > | dictProp = new Dictionary<string, ButtonResourceTrack>() |
| Dictionary< string, ButtonResourceTrack > | dictCat = new Dictionary<string, ButtonResourceTrack>() |
Static Public Attributes | |
| static UIResourceTrack | Instance |
Static Public Attributes inherited from EMono | |
| static Core | core |
Additional Inherited Members | |
Properties inherited from EMono | |
| static Game | game [get] |
| static bool | AdvMode [get] |
| static Player | player [get] |
| static Chara | pc [get] |
| static UI | ui [get] |
| static Map | _map [get] |
| static Zone | _zone [get] |
| static FactionBranch | Branch [get] |
| static FactionBranch | BranchOrHomeBranch [get] |
| static Faction | Home [get] |
| static Scene | scene [get] |
| static BaseGameScreen | screen [get] |
| static GameSetting | setting [get] |
| static GameData | gamedata [get] |
| static ColorProfile | Colors [get] |
| static World | world [get] |
| static SoundManager | Sound [get] |
| static SourceManager | sources [get] |
| static SourceManager | editorSources [get] |
| static CoreDebug | debug [get] |
Definition at line 7 of file UIResourceTrack.cs.
| void UIResourceTrack._Refresh | ( | ) |
Definition at line 43 of file UIResourceTrack.cs.
| void UIResourceTrack.OnActivate | ( | ) |
Definition at line 19 of file UIResourceTrack.cs.
| void UIResourceTrack.OnMoveZone | ( | ) |
Definition at line 34 of file UIResourceTrack.cs.
|
static |
Definition at line 10 of file UIResourceTrack.cs.
| UIButton UIResourceTrack.buttonAdd |
Definition at line 121 of file UIResourceTrack.cs.
| Dictionary<string, ButtonResourceTrack> UIResourceTrack.dictCat = new Dictionary<string, ButtonResourceTrack>() |
Definition at line 127 of file UIResourceTrack.cs.
| Dictionary<string, ButtonResourceTrack> UIResourceTrack.dictProp = new Dictionary<string, ButtonResourceTrack>() |
Definition at line 124 of file UIResourceTrack.cs.
|
static |
Definition at line 112 of file UIResourceTrack.cs.
| LayoutGroup UIResourceTrack.layout |
Definition at line 115 of file UIResourceTrack.cs.
| ButtonResourceTrack UIResourceTrack.mold |
Definition at line 118 of file UIResourceTrack.cs.