コード例 #1
0
 private void Start()
 {
     isoRend = GetComponent <IsoCharacter>();
 }
コード例 #2
0
ファイル: flashlight.cs プロジェクト: Vassenx/GGJ2020
 // Start is called before the first frame update
 void Start()
 {
     iso = gameObject.GetComponentInParent <IsoCharacter>();
 }