AnimationManager_getGltfAnimationDuration function
- @Native<
Float Function(Pointer< (ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>, ffi.Int)>(isLeaf: true)TAnimationManager> , Pointer<TSceneAsset> , Int)>
- Pointer<
TAnimationManager> tAnimationManager, - Pointer<
TSceneAsset> sceneAsset, - 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,
);