| 366 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool model_ray_intersect (IntPtr model, Ray model_space_ray, out Ray out_pt, Cull cull_mode); |
| 367 | |
| 368 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_step_anim (IntPtr model); |
| 369 | [return: MarshalAs(UnmanagedType.Bool)] |
| 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); |