Table of Contents

Enum UIBatch.PrimitiveType

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

The primitive type to draw for an element.

public enum UIBatch.PrimitiveType

Fields

BorderRectangle = 1

A rectangle with borders tessellated as 3x3 rectangles

Cube = 2

A simple cube (not necessary square faces)

Rectangle = 0

A simple rectangle composed of 2 triangles

ReverseCube = 3

A cube with back and front faces inversed.