Elin Modding Docs Doc
Loading...
Searching...
No Matches
UIResourceTrack Class Reference
Inheritance diagram for UIResourceTrack:
EMono

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, ButtonResourceTrackdictProp = new Dictionary<string, ButtonResourceTrack>()
 
Dictionary< string, ButtonResourceTrackdictCat = 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]
 

Detailed Description

Definition at line 7 of file UIResourceTrack.cs.

Member Function Documentation

◆ _Refresh()

void UIResourceTrack._Refresh ( )

Definition at line 43 of file UIResourceTrack.cs.

◆ OnActivate()

void UIResourceTrack.OnActivate ( )

Definition at line 19 of file UIResourceTrack.cs.

◆ OnMoveZone()

void UIResourceTrack.OnMoveZone ( )

Definition at line 34 of file UIResourceTrack.cs.

◆ Refresh()

static void UIResourceTrack.Refresh ( )
static

Definition at line 10 of file UIResourceTrack.cs.

Member Data Documentation

◆ buttonAdd

UIButton UIResourceTrack.buttonAdd

Definition at line 121 of file UIResourceTrack.cs.

◆ dictCat

Dictionary<string, ButtonResourceTrack> UIResourceTrack.dictCat = new Dictionary<string, ButtonResourceTrack>()

Definition at line 127 of file UIResourceTrack.cs.

◆ dictProp

Dictionary<string, ButtonResourceTrack> UIResourceTrack.dictProp = new Dictionary<string, ButtonResourceTrack>()

Definition at line 124 of file UIResourceTrack.cs.

◆ Instance

UIResourceTrack UIResourceTrack.Instance
static

Definition at line 112 of file UIResourceTrack.cs.

◆ layout

LayoutGroup UIResourceTrack.layout

Definition at line 115 of file UIResourceTrack.cs.

◆ mold

ButtonResourceTrack UIResourceTrack.mold

Definition at line 118 of file UIResourceTrack.cs.


The documentation for this class was generated from the following file: