creator2.1.0版本,
let skeletonAnimation = node.getComponent(cc.SkeletonAnimation);
skeletonAnimation.play(‘idle’);
怎么监听动画播放事件 例如监听动画播放完毕
creator2.1.0版本,
let skeletonAnimation = node.getComponent(cc.SkeletonAnimation);
skeletonAnimation.play(‘idle’);
怎么监听动画播放事件 例如监听动画播放完毕