stopAnimation method

  1. @override
Future stopAnimation(
  1. ThermionEntity entity,
  2. int animationIndex
)
override

Implementation

@override
Future stopAnimation(ThermionEntity entity, int animationIndex) async {
  stop_animation(_sceneManager!, entity, animationIndex);
}