| 370 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool model_play_anim (IntPtr model, string animation_name, AnimMode mode); |
| 371 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_play_anim_idx (IntPtr model, int index, AnimMode mode); |
| 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); |