コード例 #1
0
 public void Stop()
 {
     sceneContainer.ResetPosition();
     sceneContainer.FreezeAll();
     sceneContainer.SetState(ConstantsHelper.StopState);
     textContainer.UpdateText(sceneContainer.GetState());
 }