コード例 #1
0
ファイル: Platform.cs プロジェクト: Awmfara/DoodleJump
 private void Awake()
 {
     player       = FindObjectOfType <Player>();
     lineOfDeath  = FindObjectOfType <LineOfDeath>();
     platformAnim = GetComponent <Animator>();
 }
コード例 #2
0
 private void Awake()
 {
     player      = FindObjectOfType <Player>();
     lineOfDeath = FindObjectOfType <LineOfDeath>();
 }