摘要: 动画的播放: 1 using UnityEngine; 2 using System.Collections; 3 4 public class Controller : MonoBehaviour { 5 6 //人物的行走方向状态 7 public const int HER... 阅读全文
posted @ 2012-05-24 10:43 iFinVer 阅读(460) 评论(0) 推荐(0)