LoadModelAnimations function
StructPointer<ModelAnimationD>
LoadModelAnimations(
- MemoryPointer<
RChar> fileName, - MemoryPointer<
RInt> animCount
See RaylibCoreFlatModule.LoadModelAnimations.
Implementation
StructPointer<ModelAnimationD> LoadModelAnimations(
MemoryPointer<RChar> fileName,
MemoryPointer<RInt> animCount,
) => _module.LoadModelAnimations(fileName, animCount);