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