AnimationManager_resetToRestPose function
- @Native<
Void Function(Pointer< (ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>)>(isLeaf: true)TAnimationManager> , Pointer<TSceneAsset> )>
- Pointer<
TAnimationManager> tAnimationManager, - Pointer<
TSceneAsset> sceneAsset
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>)>(isLeaf: true)
external void AnimationManager_resetToRestPose(
ffi.Pointer<TAnimationManager> tAnimationManager,
ffi.Pointer<TSceneAsset> sceneAsset,
);