Urho3D
|
2D source batch. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Urho2D/Drawable2D.h>
Public Member Functions | |
SourceBatch2D () | |
Construct. | |
Public Attributes | |
WeakPtr< Drawable2D > | owner_ |
Owner. | |
float | distance_ |
Distance to camera. | |
int | drawOrder_ |
Draw order. | |
SharedPtr< Material > | material_ |
Material. | |
Vector< Vertex2D > | vertices_ |
Vertices. | |
2D source batch.