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

Method mesh_get_id

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

Source from the content-addressed store, hash-verified

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);
141 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_set_keep_data (IntPtr mesh, [MarshalAs(UnmanagedType.Bool)] bool keep_data);

Callers 1

MeshClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected