AnimationManager_setMorphTargetWeights function
Implementation
@ffi.Native<
ffi.Bool Function(ffi.Pointer<TAnimationManager>, EntityId,
ffi.Pointer<ffi.Float>, ffi.Int)>(isLeaf: true)
external bool AnimationManager_setMorphTargetWeights(
ffi.Pointer<TAnimationManager> tAnimationManager,
int entityId,
ffi.Pointer<ffi.Float> morphData,
int numWeights,
);