LoadModelAnimations method

Pointer<ModelAnimationC> LoadModelAnimations(
  1. Pointer<Char> fileName,
  2. Pointer<Int> animCount
)

Load model animations from file

Implementation

Pointer<ModelAnimationC> LoadModelAnimations(Pointer<Char> fileName, Pointer<Int> animCount)
  => _LoadModelAnimations(fileName, animCount);