[Out, MarshalAs(unmanagedType:UnmanagedType.LPArray, SizeParamIndex=2)]
(IntPtr mesh)
| 148 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_set_inds (IntPtr mesh, [In] uint[] indices, int index_count); |
| 149 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_get_inds (IntPtr mesh, out IntPtr out_indices, out int out_index_count, Memory reference_mode); // [Out, MarshalAs(unmanagedType:UnmanagedType.LPArray, SizeParamIndex=2)] |
| 150 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int mesh_get_ind_count (IntPtr mesh); |
| 151 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_set_draw_inds (IntPtr mesh, int index_count); |
| 152 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_set_bounds (IntPtr mesh, in Bounds bounds); |
| 153 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Bounds mesh_get_bounds (IntPtr mesh); |