UnloadModelAnimations method
Unload animation array data
Implementation
@override
void UnloadModelAnimations(
StructPointer<ModelAnimationD> animations,
int animCount,
) => _ffi.UnloadModelAnimations(
animations.asNativePointer(),
animCount,
);