Skip to content

LegacyAnimation

属性

boolEnablePlayEvent
是否开启播放事件

成员函数

检测是否已经失效了
获取动画ID
获取动画优先级
voidSetAnimationPriority (int seqid, int value)
设置动画优先级
获取动画权重
voidSetAnimationWeight (int seqid, float value)
设置动画权重
boolPlay (int id, float speed, int loop)
播放动画
boolPlayEx (int id, float speed, int loop, int priority, float weight)
播放动画
boolStop (int id)
停止动画
boolStopEx (int id, bool reset)
停止动画
boolStopAll (bool reset)
停止所有动画

事件