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

Method model_find

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

Source from the content-addressed store, hash-verified

338 ///////////////////////////////////////////
339
340 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_find (string id);
341 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_copy (IntPtr model);
342 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_create ();
343 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_create_mesh (IntPtr mesh, IntPtr material);

Callers 1

FindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected