コード例 #1
0
 void Awake()
 {
     controlScript = GameObject.FindObjectOfType <controlScript>();
 }
コード例 #2
0
 // Start is called before the first frame update
 void Awake()
 {
     instance = this;
 }
コード例 #3
0
ファイル: canvasScript.cs プロジェクト: highnet/C-
 void Start()
 {
     bindButtons();
     controlScript = gameControl.GetComponent <controlScript>();
     audioSource   = GetComponent <AudioSource>();
 }