removeAnimationComponent method

Future removeAnimationComponent(
  1. ThermionEntity entity
)
override

Implementation

Future removeAnimationComponent(ThermionEntity entity) async {
  remove_animation_component(_sceneManager!, entity);
}