Unity3D中播放序列帧动画

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