コード例 #1
0
 void Awake()
 {
     //Debug.Log ("[ST Tracker] Awake");
     transponders = new Dictionary <uint, TransponderInfo> ();
     GameEvents.onHideUI.Add(onHideUI);
     GameEvents.onShowUI.Add(onShowUI);
     instance = this;
 }
コード例 #2
0
 void OnDestroy()
 {
     GameEvents.onHideUI.Remove(onHideUI);
     GameEvents.onShowUI.Remove(onShowUI);
     instance = null;
 }
コード例 #3
0
 void OnDestroy()
 {
     instance = null;
 }
コード例 #4
0
 void Awake()
 {
     //Debug.Log ("[ST Tracker] Awake");
     transponders = new Dictionary<uint, TransponderInfo> ();
     instance = this;
 }