Ejemplo n.º 1
0
 void OnDisable()
 {
     m_Instance = null;
 }
Ejemplo n.º 2
0
 void OnDestroy()
 {
     m_Instance = null;
 }
Ejemplo n.º 3
0
 void OnEnable()
 {
     m_Instance = this;
 }
Ejemplo n.º 4
0
 void Awake()
 {
     m_Instance           = this;
     m_Tabs.delTabChanged = OnTabClick;
     m_Tabs.ChangeTab("Mount");
 }