コード例 #1
0
 void Start()
 {
     this.time            = Time.timeScale;
     Time.timeScale       = 0;
     this.stageController = GameObject.FindObjectOfType <StageController>();
 }
コード例 #2
0
 void Start()
 {
     this.stageController = GameObject.FindObjectOfType <StageController>();
 }
コード例 #3
0
 private void Start()
 {
     this.stageController = FindObjectOfType <StageController>();
 }