コード例 #1
0
ファイル: playerMovement.cs プロジェクト: ihartog/Platformer
 // Start is called before the first frame update
 void Start()
 {
     marineBehaviourScript = marine.GetComponent <marineScript>();
 }
コード例 #2
0
ファイル: playerMovement.cs プロジェクト: ihartog/Platformer
 // Start is called before the first frame update
 void Start()
 {
     marineBehaviourScript    = marine.GetComponent <marineScript>();
     crocodileBehaviourScript = crocodile.GetComponent <CrocodileScript>();
     buggyBehaviourScript     = buggy.GetComponent <BuggyScript>();
 }