UnloadModelAnimations and IsModelAnimationValid.

This commit is contained in:
jussi
2022-06-13 00:20:34 +03:00
parent 4cb361733e
commit 7b26e0aa68
5 changed files with 78 additions and 0 deletions

18
API.md
View File

@@ -4252,6 +4252,24 @@ Update model animation pose
---
> success = RL_UnloadModelAnimations( ModelAnimations animations )
Unload animation data
- Failure return false
- Success return true
---
> valid = RL_IsModelAnimationValid( Model model, ModelAnimations animations )
Check model animation skeleton match
- Failure return nil
- Success return bool
---
> boneCount = RL_GetModelAnimationBoneCount( ModelAnimations animations, int animation )
Return modelAnimation bone count