AnimationManager_getGltfAnimationName function

  1. @Native<Void Function(Pointer<TAnimationManager>, Pointer<TSceneAsset>, Pointer<Char>, Int)>(ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>, ffi.Pointer<ffi.Char>, ffi.Int)>(isLeaf: true)
void AnimationManager_getGltfAnimationName(
  1. Pointer<TAnimationManager> tAnimationManager,
  2. Pointer<TSceneAsset> sceneAsset,
  3. Pointer<Char> outPtr,
  4. 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,
);