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

Method mesh_create

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

Source from the content-addressed store, hash-verified

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);
139 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mesh_addref (IntPtr mesh);

Callers 1

MeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected