コード例 #1
0
 void OnPress(bool state)
 {
     Debug.Log(" on press : " + state);
     if (state)
     {
         PlaySceneCtr.Instance().MoveCubeFallDown();
     }
 }
コード例 #2
0
 void Awake()
 {
     g_Instance = this;
 }
コード例 #3
0
ファイル: GameResultCtr.cs プロジェクト: mengtest/DStack
 public void OnRestart()
 {
     this.gameObject.SetActive(false);
     PlaySceneCtr.Instance().OnRestart();
 }