| 284 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec2 material_get_vector2 (IntPtr material, string name); |
| 285 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int material_get_int (IntPtr material, string name); |
| 286 | [return: MarshalAs(UnmanagedType.Bool)] |
| 287 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool material_get_bool (IntPtr material, string name); |
| 288 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern uint material_get_uint (IntPtr material, string name); |
| 289 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Matrix material_get_matrix (IntPtr material, string name); |
| 290 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr material_get_texture (IntPtr material, string name); |