Class for referencing other hud elements without having to search for them all the time.
Inheritance: HUD
Exemplo n.º 1
0
 void Awake()
 {
     instance = this;
     EnableDisableControl(SpeedStartButton, Application.isEditor);
     EnableDisableControl(EditorButton, Application.isEditor);
 }
Exemplo n.º 2
0
 void Awake()
 {
     instance = this;
 }
Exemplo n.º 3
0
 void Awake()
 {
     instance=this;
 }