[LayaAirIDE 2.0]2.1beta骨骼动画重复播放 必抖动
下面是专门拿出来写了一段复现的代码,设置重复播放必抖动,在微信开发者工具上测试。弄了好久临时的解决方法是我监听动画完成并且设置不要重复播放
this.mArmature.on(Event.STOPPED, this, this.playStanding);
this.mArmature.play("standing",false);//设置为false 不重复播放动画播放完成后在播放一次,依次循环…… 这样就没有抖动了
this.mArmature.on(Event.STOPPED, this, this.playStanding);
this.mArmature.play("standing",false);//设置为false 不重复播放动画播放完成后在播放一次,依次循环…… 这样就没有抖动了
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Aar0n
赞同来自: