From 7b26e0aa68fb45612083b8e6b5c970564804803d Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 13 Jun 2022 00:20:34 +0300 Subject: UnloadModelAnimations and IsModelAnimationValid. --- API.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index b6be4ab..b0e97ee 100644 --- a/API.md +++ b/API.md @@ -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 -- cgit v1.2.3