Basic class describing a vertex in the UI to be rendered. More...
#include <vertex.h>
Collaboration diagram for Mezzanine::UI::VertexData:Public Member Functions | |
| void | operator= (const VertexData &Other) |
| Assignment operator. | |
Public Attributes | |
| String | Atlas |
| Name of the Atlas the texture belongs to if a texture is being applied to it. | |
| Vertex | Vert |
| The actual vertex data relevant to rendering. | |
Basic class describing a vertex in the UI to be rendered.
This class is necessary to exist since vertex declarations can't contain Atlas names.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.