Rebel Fork Framework
Urho3D::SourceBatch2D Struct Reference

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< Drawable2Downer_
 Owner.
 
float distance_
 Distance to camera.
 
int drawOrder_
 Draw order.
 
SharedPtr< Materialmaterial_
 Material.
 
ea::vector< Vertex2Dvertices_
 Vertices.
 

Detailed Description

2D source batch.


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