Exemple #1
0
 /// <summary>
 /// 前の画面に戻る
 /// </summary>
 public virtual void Back()
 {
     Close();
     if (null != prevView)
     {
         prevView.Open(prevView.prevView);
     }
 }
Exemple #2
0
 ///「シーン回想」ボタンが押された
 void OnTapSceneGallery(Button button)
 {
     Close();
     sceneGallery.Open(this);
 }
Exemple #3
0
 ///「サウンドルーム」ボタンが押された
 void OnTapSoundRoom(Button button)
 {
     Close();
     soundRoom.Open(this);
 }
Exemple #4
0
 ///「CGギャラリー」ボタンが押された
 void OnTapCgGallery(Button button)
 {
     Close();
     cgGallery.Open(this);
 }