LoadModelAnimations function

StructPointer<ModelAnimationD> LoadModelAnimations(
  1. MemoryPointer<RChar> fileName,
  2. MemoryPointer<RInt> animCount
)

See RaylibCoreFlatModule.LoadModelAnimations.

Implementation

StructPointer<ModelAnimationD> LoadModelAnimations(
  MemoryPointer<RChar> fileName,
  MemoryPointer<RInt> animCount,
) => _module.LoadModelAnimations(fileName, animCount);