标签:style blog io color sp on div log bs
正播就是直接play
item.animation.Play("a");
反播:
item.animation.Play("a"); item.animation["a"].normalizedTime = 1f; item.animation["a"].speed = -1;
如果放在play前面也可以,但必须在同一帧内
item.animation["a"].normalizedTime = 1f; item.animation["a"].speed = -1; item.animation.Play("a");
标签:style blog io color sp on div log bs
原文地址:http://www.cnblogs.com/FEAUOR/p/4109513.html