コード例 #1
0
ファイル: UI.cs プロジェクト: Cabriter/DotaLegend
 void Start()
 {
     ac = gameObject.GetComponent<Anim>();
     ac.PlayAnimationLoop(animation);
     transform.localPosition = worldPos;
 }