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

Method model_subset_count

StereoKit/Native/NativeAPI.cs:360–360  ·  view source on GitHub ↗
(IntPtr model)

Source from the content-addressed store, hash-verified

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);
361 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_recalculate_bounds(IntPtr model);
362 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_recalculate_bounds_exact(IntPtr model);
363 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_bounds (IntPtr model, in Bounds bounds);

Callers 1

ModelClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected