removeAnimationComponent method
Removes an animation component from entity
.
Implementation
@override
Future removeAnimationComponent(ThermionEntity entity) {
return _shim.removeAnimationComponent(entity).toDart;
}
Removes an animation component from entity
.
@override
Future removeAnimationComponent(ThermionEntity entity) {
return _shim.removeAnimationComponent(entity).toDart;
}