【发布时间】:2015-12-21 06:09:01
【问题描述】:
我在touchDown 方法中使用此代码,通过在Blender 中制作的动画为对象设置动画。 controller 是 AnimationController 并在应用程序开始时被实例化。我注意到使用这种方法我不能连续运行相同的动画 2 次。它只能运行一次。连续多次运行相同动画的正确方法是什么?感谢您的帮助。
//touchDown method
controller.animate(animationName,0);
【问题讨论】: