AnimationManager_getMorphTargetNameCount function

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

Implementation

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