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

Method solid_create

StereoKit/Native/NativeAPI.cs:323–323  ·  view source on GitHub ↗
(in Vec3 position, in Quat rotation, SolidType type = SolidType.Normal)

Source from the content-addressed store, hash-verified

321 ///////////////////////////////////////////
322
323 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr solid_create (in Vec3 position, in Quat rotation, SolidType type = SolidType.Normal);
324 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void solid_release (IntPtr solid);
325 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void solid_set_id (IntPtr solid, string id);
326 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr solid_get_id (IntPtr solid);

Callers 1

SolidMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected