| 252 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_queue_offset(IntPtr material, int offset); |
| 253 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void material_set_chain (IntPtr material, IntPtr chain_material); |
| 254 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Transparency material_get_transparency(IntPtr material); |
| 255 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Cull material_get_cull (IntPtr material); |
| 256 | [return: MarshalAs(UnmanagedType.Bool)] |
| 257 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool material_get_wireframe (IntPtr material); |