summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md18
1 files changed, 18 insertions, 0 deletions
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