diff options
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |
