| 392 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_visual_index (IntPtr model, int index); |
| 393 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_iterate (IntPtr model, int node); |
| 394 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_node_get_root (IntPtr model); |
| 395 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_node_get_name (IntPtr model, int node); |
| 396 | [return: MarshalAs(UnmanagedType.Bool)] |
| 397 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool model_node_get_solid (IntPtr model, int node); |