UIBatch.PrimitiveType Enum
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
The primitive type to draw for an element.
public enum PrimitiveType
Fields
Name | Description |
---|---|
BorderRectangle | A rectangle with borders tessellated as 3x3 rectangles |
Cube | A simple cube (not necessary square faces) |
Rectangle | A simple rectangle composed of 2 triangles |
ReverseCube | A cube with back and front faces inversed. |