LoadModelAnimations abstract method

List<ModelAnimationStructType> LoadModelAnimations(
  1. String fileName
)

Load model animations from file

Implementation

List<ModelAnimationStructType> LoadModelAnimations(
  String fileName,
);