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

Method model_get_name

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

Source from the content-addressed store, hash-verified

348 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_addref (IntPtr model);
349 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_release (IntPtr model);
350 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_get_name (IntPtr model, int subset);
351 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_get_material (IntPtr model, int subset);
352 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_get_mesh (IntPtr model, int subset);
353 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Matrix model_get_transform (IntPtr model, int subset);

Callers 1

GetNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected