AnimationManager_getGltfAnimationName function
- @Native<
Void Function(Pointer< (ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>, ffi.Pointer<ffi.Char>, ffi.Int)>(isLeaf: true)TAnimationManager> , Pointer<TSceneAsset> , Pointer<Char> , Int)>
- Pointer<
TAnimationManager> tAnimationManager, - Pointer<
TSceneAsset> sceneAsset, - Pointer<
Char> outPtr, - int index,
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>,
ffi.Pointer<ffi.Char>, ffi.Int)>(isLeaf: true)
external void AnimationManager_getGltfAnimationName(
ffi.Pointer<TAnimationManager> tAnimationManager,
ffi.Pointer<TSceneAsset> sceneAsset,
ffi.Pointer<ffi.Char> outPtr,
int index,
);