コード例 #1
0
 void OnDisable()
 {
     MySessionManager.RemoveListener(this.gameObject);
 }
コード例 #2
0
 void Navigator_Deactivate()
 {
     print("Navigable: Deactivating " + this.gameObject.name);
     MySessionManager.RemoveListener(this.gameObject);
 }