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