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