AnimationManager_stopGltfAnimation function
- @Native<
Bool Function(Pointer< (ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>, ffi.Int)>(isLeaf: true)TAnimationManager> , Pointer<TSceneAsset> , Int)>
- Pointer<
TAnimationManager> tAnimationManager, - Pointer<
TSceneAsset> sceneAsset, - int index
Implementation
@ffi.Native<
ffi.Bool Function(ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>,
ffi.Int)>(isLeaf: true)
external bool AnimationManager_stopGltfAnimation(
ffi.Pointer<TAnimationManager> tAnimationManager,
ffi.Pointer<TSceneAsset> sceneAsset,
int index,
);