removeAnimationComponent method

Future removeAnimationComponent()

Removes an animation component from entity.

Implementation

Future removeAnimationComponent() async {
  throw UnimplementedError();
}