MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / model_remove_subset

Method model_remove_subset

StereoKit/Native/NativeAPI.cs:357–357  ·  view source on GitHub ↗
(IntPtr model, int subset)

Source from the content-addressed store, hash-verified

355 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_mesh (IntPtr model, int subset, IntPtr mesh);
356 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_transform (IntPtr model, int subset, in Matrix transform);
357 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_remove_subset (IntPtr model, int subset);
358 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_add_subset (IntPtr model, IntPtr mesh, IntPtr material, in Matrix transform);
359 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_add_named_subset (IntPtr model, string name, IntPtr mesh, IntPtr material, in Matrix transform);
360 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int model_subset_count (IntPtr model);

Callers 1

RemoveSubsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected