Rebel Fork Framework
Urho3D::Vertex2D Struct Reference

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.
 

Detailed Description

2D vertex.


The documentation for this struct was generated from the following file: