Rebel Fork Framework
|
2D source batch. More...
#include <Urho3D/Urho2D/Drawable2D.h>
Public Member Functions | |
SourceBatch2D () | |
Construct. | |
bool | operator== (const SourceBatch2D &other) const |
Equality comparison operator. | |
bool | operator!= (const SourceBatch2D &other) const |
Inequality comparison operator. | |
Public Attributes | |
WeakPtr< Drawable2D > | owner_ |
Owner. | |
float | distance_ |
Distance to camera. | |
int | drawOrder_ |
Draw order. | |
SharedPtr< Material > | material_ |
Material. | |
ea::vector< Vertex2D > | vertices_ |
Vertices. | |
2D source batch.