Пример #1
0
 private void Awake()
 {
     /// Add UI controller to the Squirrel
     m_ui = this.gameObject.AddComponent <CargoUIController>();
     m_ui.SetUIScale(0.5f);
 }
Пример #2
0
 private void Awake()
 {
     /// Add UI controller to the Agent
     m_ui = this.gameObject.AddComponent <CargoUIController>();
 }
Пример #3
0
 private void Awake()
 {
     m_ui = this.gameObject.AddComponent <CargoUIController>();
 }