コード例 #1
0
 public static void DestroySingleton()
 {
     Destroy(instance.gameObject);
     instance = null;
 }
コード例 #2
0
ファイル: TimerBase.cs プロジェクト: hellomercury/UnityTimer
 public void Run()
 {
     TimerManager.GetSingleton().AddTimer(this);
 }