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

Method model_get_id

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

Source from the content-addressed store, hash-verified

345 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_create_file ([In] byte[] filename_utf8, IntPtr shader);
346 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void model_set_id (IntPtr model, string id);
347 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr model_get_id (IntPtr model);
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);

Callers 1

ModelClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected