コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     detectionBallonScript = GameObject.Find("Zone Point").GetComponent <DetectionBallon>();
     mouseControlScript    = GameObject.Find("GuideGameObject").GetComponent <MouseControl>();
 }
コード例 #2
0
ファイル: MouseControl.cs プロジェクト: Mrm0u/Primitif
 // Start is called before the first frame update
 void Start()
 {
     detectionBallonScript = GameObject.Find("Zone Point").GetComponent <DetectionBallon>();
     spawnManagerScript    = GameObject.Find("spawnBallon").GetComponent <SpawnManager>();
 }