Watch
2
0
Fork
You've already forked raylib-cs
0

UpdateModelAnimation XML doc updated

This commit is contained in:
JupiterRider 2024-12-06 20:56:34 +01:00
commit b611cf7972

View file

@ -2601,7 +2601,7 @@ public static unsafe partial class Raylib
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern ModelAnimation* LoadModelAnimations(sbyte* fileName, int* animCount);
/// <summary>Update model animation pose</summary>
/// <summary>Update model animation pose (CPU)</summary>
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern void UpdateModelAnimation(Model model, ModelAnimation anim, int frame);