示例#1
0
文件: UI.cs 项目: Cabriter/DotaLegend
 void Start()
 {
     ac = gameObject.GetComponent<Anim>();
     ac.PlayAnimationLoop(animation);
     transform.localPosition = worldPos;
 }