AnimationManager_removeMorphAnimationComponent function

  1. @Native<Void Function(Pointer<TAnimationManager>, EntityId)>(ffi.Pointer<TAnimationManager>, EntityId)>(isLeaf: true)
void AnimationManager_removeMorphAnimationComponent(
  1. Pointer<TAnimationManager> tAnimationManager,
  2. int entityId
)

Implementation

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