| 372 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_anim_time (IntPtr model, float time); |
| 373 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_anim_completion (IntPtr model, float percent); |
| 374 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_anim_find (IntPtr model, string animation_name); |
| 375 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_anim_count (IntPtr model); |
| 376 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_anim_active (IntPtr model); |
| 377 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern AnimMode model_anim_active_mode (IntPtr model); |