Unity 图片序列帧动画的三种方法(个人总结,若有其它方法欢迎交流)
using UnityEngine;using System.Collections;/// /// 图片序列帧播放三种方法 /// GUI.DrawTexture (new Rect (10, 10, 100, 100), TexArray [currentIndex]);每一帧都执行/// currentIndex是控制一定时间后换一下/// public class Tex
原创
2016-03-25 14:40:42 ·
7797 阅读 ·
2 评论