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