Unity3D中播放序列幀動畫

class FrameAnimation  {     private float fps = 10.0f;     private Rect drawPos;     private float time = 0;     private int currentIndex = 0;     public void DrawFrameAnimation(Texture[] frameTex)   
相關文章
相關標籤/搜索