addAnimationComponent abstract method

Future addAnimationComponent(
  1. ThermionEntity entity
)

An entity will only be animatable after an animation component is attached. Any calls to playAnimation/setBoneAnimation/setMorphAnimation will have no visual effect until addAnimationComponent has been called on the instance.

Implementation

Future addAnimationComponent(ThermionEntity entity);