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

Method mesh_gen_circle

StereoKit/Native/NativeAPI.cs:162–162  ·  view source on GitHub ↗
(float diameter,  Vec3 plane_normal, Vec3 plane_top_direction, int spokes, [MarshalAs(UnmanagedType.Bool)] bool double_sided)

Source from the content-addressed store, hash-verified

160
161 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_gen_plane (Vec2 dimensions, Vec3 plane_normal, Vec3 plane_top_direction, int subdivisions, [MarshalAs(UnmanagedType.Bool)] bool double_sided);
162 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_gen_circle (float diameter, Vec3 plane_normal, Vec3 plane_top_direction, int spokes, [MarshalAs(UnmanagedType.Bool)] bool double_sided);
163 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_gen_cube (Vec3 dimensions, int subdivisions = 0);
164 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_gen_sphere (float diameter, int subdivisions = 4);
165 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mesh_gen_rounded_cube(Vec3 dimensions, float edge_radius, int subdivisions);

Callers 1

GenerateCircleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected