コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     move = gameObject.GetComponent <EasyAnimation_Move>();
 }
コード例 #2
0
ファイル: Floor.cs プロジェクト: lxx87/Skiholic
 private void Start()
 {
     eaMove = GetComponent <EasyAnimation_Move>();
 }