Urho3D::SourceBatch2D Struct Reference
Urho3D::SourceBatch2D Struct Reference
2D source batch. More...
#include <Urho3D/Urho2D/Drawable2D.h>
Collaboration diagram for Urho3D::SourceBatch2D:
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. | |
Detailed Description
2D source batch.
The documentation for this struct was generated from the following files:
- Source/Urho3D/Urho2D/Drawable2D.h
- Source/Urho3D/Urho2D/Drawable2D.cpp