コード例 #1
0
ファイル: LPSwordAnimTest.cs プロジェクト: 9/Swordface2.5D
 void Awake()
 {
     S = this;
     anim = GetComponent<Animator>();
 }
コード例 #2
0
 void Awake()
 {
     S    = this;
     anim = GetComponent <Animator>();
 }