AnimationManager_stopGltfAnimation function

  1. @Native<Bool Function(Pointer<TAnimationManager>, Pointer<TSceneAsset>, Int)>(ffi.Pointer<TAnimationManager>, ffi.Pointer<TSceneAsset>, ffi.Int)>(isLeaf: true)
bool AnimationManager_stopGltfAnimation(
  1. Pointer<TAnimationManager> tAnimationManager,
  2. Pointer<TSceneAsset> sceneAsset,
  3. int index
)

Implementation

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