enum MeshPrimitiveType : System.Enum

book_4_sparkGenerated
code_blocksInput

Description

The MeshPrimitiveType enumeration defines the possible primitive types that can be used with a Mesh in s&box. These types determine how the vertices of the mesh are interpreted and rendered.

Members

Static Fields

Member NameSummary
PointsRepresents a collection of points.
LinesRepresents a series of individual line segments.
LineStripRepresents a connected group of line segments from point to point.
TrianglesRepresents a series of individual triangles.
TriangleStripRepresents a connected group of triangles sharing vertices.