コード例 #1
0
 void Start()
 {
     sceneContainer.FreezeAll();
     sceneContainer.SetState(ConstantsHelper.StopState);
     this.SetTarget(null);
     DecidePanel();
 }