SpineAnimationDriver
此内容尚不支持你的语言。
Defined in: animation/Animator.ts:92
Minimal channel the Animator uses to drive Spine, kept here so the animation
core does not depend on the optional spine module. SpineManager satisfies it
structurally; SpinePlugin injects it via AnimatorController.setSpineDriver.
Methods
Section titled “Methods”setAnimation()
Section titled “setAnimation()”setAnimation(
entity,animation,loop):void
Defined in: animation/Animator.ts:93
Parameters
Section titled “Parameters”entity
Section titled “entity”number
animation
Section titled “animation”string
boolean
Returns
Section titled “Returns”void