Rebel Fork Framework
|
2D vertex. More...
#include <Urho3D/Urho2D/Drawable2D.h>
Public Member Functions | |
bool | operator== (const Vertex2D &other) const |
Equality comparison operator. | |
bool | operator!= (const Vertex2D &other) const |
Inequality comparison operator. | |
Public Attributes | |
Vector3 | position_ |
Position. | |
unsigned | color_ |
Color. | |
Vector2 | uv_ |
UV. | |
2D vertex.