AnimationManager_getGltfAnimationCount function

  1. @Native<Int Function(Pointer<TAnimationManager>, Pointer<TSceneAsset>)>(ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>)>(isLeaf: true)
int AnimationManager_getGltfAnimationCount(
  1. Pointer<TAnimationManager> tAnimationManager,
  2. Pointer<TSceneAsset> sceneAsset
)

Implementation

@ffi.Native<
    ffi.Int Function(
        ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>)>(isLeaf: true)
external int AnimationManager_getGltfAnimationCount(
  ffi.Pointer<TAnimationManager> tAnimationManager,
  ffi.Pointer<TSceneAsset> sceneAsset,
);