コード例 #1
0
ファイル: UN_CameraFade.cs プロジェクト: oldmannus/PitGit
 // ---------------------------------------------------------------------
 void OnDestroy()
 // ---------------------------------------------------------------------
 {
     _instance = null;
 }
コード例 #2
0
ファイル: UN_CameraFade.cs プロジェクト: oldmannus/PitGit
 // ---------------------------------------------------------------------
 void Awake()
 // ---------------------------------------------------------------------
 {
     Dbg.Assert(_instance == null);
     _instance = this;
 }