AnimationManager_clearMorphAnimation function

  1. @Native<Bool Function(Pointer<TAnimationManager>, EntityId)>(ffi.Pointer<TAnimationManager>, EntityId)>(isLeaf: true)
bool AnimationManager_clearMorphAnimation(
  1. Pointer<TAnimationManager> tAnimationManager,
  2. int entityId
)

Implementation

@ffi.Native<ffi.Bool Function(ffi.Pointer<TAnimationManager>, EntityId)>(
    isLeaf: true)
external bool AnimationManager_clearMorphAnimation(
  ffi.Pointer<TAnimationManager> tAnimationManager,
  int entityId,
);