AnimationManager_getGltfAnimationDuration function

  1. @Native<Float Function(Pointer<TAnimationManager>, Pointer<TSceneAsset>, Int)>(ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>, ffi.Int)>(isLeaf: true)
double AnimationManager_getGltfAnimationDuration(
  1. Pointer<TAnimationManager> tAnimationManager,
  2. Pointer<TSceneAsset> sceneAsset,
  3. int animationIndex
)

Implementation

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