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

Method mesh_set_id

StereoKit/Native/NativeAPI.cs:137–137  ·  view source on GitHub ↗
(IntPtr mesh, string id)

Source from the content-addressed store, hash-verified

135 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_find (string id);
136 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_create ();
137 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_set_id (IntPtr mesh, string id);
138 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_get_id (IntPtr mesh);
139 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_addref (IntPtr mesh);
140 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_release (IntPtr mesh);

Callers 1

MeshClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected