AnimationManager_removeMorphAnimationComponent function
- @Native<
Void Function(Pointer< (ffi.Pointer<TAnimationManager>, EntityId)>(isLeaf: true)TAnimationManager> , EntityId)>
- Pointer<
TAnimationManager> tAnimationManager, - int entityId
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<TAnimationManager>, EntityId)>(
isLeaf: true)
external void AnimationManager_removeMorphAnimationComponent(
ffi.Pointer<TAnimationManager> tAnimationManager,
int entityId,
);