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

Method mesh_find

StereoKit/Native/NativeAPI.cs:135–135  ·  view source on GitHub ↗
(string id)

Source from the content-addressed store, hash-verified

133 ///////////////////////////////////////////
134
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);

Callers 1

FindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected