예제 #1
0
파일: UI.cs 프로젝트: Cabriter/DotaLegend
 void Start()
 {
     ac = gameObject.GetComponent<Anim>();
     ac.PlayAnimationLoop(animation);
     transform.localPosition = worldPos;
 }