AnimationManager_clearMorphAnimation function
- @Native<
Bool Function(Pointer< (ffi.Pointer<TAnimationManager>, EntityId)>(isLeaf: true)TAnimationManager> , EntityId)>
- 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,
);