Basic class describing a vertex in the UI to be rendered. More...
Public Attributes | |
ColourValue | Colour |
The colour of the vertex. | |
Vector3 | Position |
The 3D position of this vertex for placement in front of the frustrum. | |
Vector2 | UV |
The UV position (or texture coordinates) of this vertex if a texture is being applied to it. | |
Basic class describing a vertex in the UI to be rendered.
This is a very low level class used internally by most UI classes. The values here should never need to be tempered with.