Documentation
Urho3D::SourceBatch2D Struct Reference
2D source batch. More...
#include <Drawable2D.h>
Collaboration diagram for Urho3D::SourceBatch2D:
Public Member Functions | |
| SourceBatch2D () | |
| Construct. | |
Public Attributes | |
| 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:
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Urho2D/Drawable2D.h
- /home/travis/build/urho3d/Urho3D/Source/Urho3D/Urho2D/Drawable2D.cpp
