Cocos Creator Spine设置Animation Cache Mode为SHARED_CACHE 导致无法抛出帧自定义事件
Posted gamedaybyday
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cocos Creator Spine设置Animation Cache Mode为SHARED_CACHE 导致无法抛出帧自定义事件相关的知识,希望对你有一定的参考价值。
参考:
当spine动画上有自定义事件时,设置Animation Cache Mode模式为SHARED_CACHE或者PRIVATE_CACHE,将会导致无法抛出事件
spine上自定义事件
cocos骨骼动画设置SHARED_CACHE模式
cocos中监听,无法监听到事件
this.sk.setEventListener((trackIndex, event)=>{ this.onSkEvent(trackIndex, event); }); private onSkEvent(trackIndex, event){ let name = event.data.name; console.log("动画抛出事件:", name); }
以上是关于Cocos Creator Spine设置Animation Cache Mode为SHARED_CACHE 导致无法抛出帧自定义事件的主要内容,如果未能解决你的问题,请参考以下文章