this.monkey_armatureDisplay = this.monkey.getComponent(dragonBones.ArmatureDisplay);
this.monkey_armatureDisplay.addEventListener(dragonBones.EventObject.LOOP_COMPLETE, this.animationEventHandler, this);
添加监听回调
↧
求教!!!DragonBones怎么切换动作
↧