|
The abstract base for all render bins. More...
Public Member Functions | |
string | getBinType () |
Returns the bin type string. | |
Public Attributes | |
string | binType |
Sets the render bin type which limits what render instances are added to this bin. | |
float | processAddOrder |
Defines the order for adding instances in relation to other bins. | |
float | renderOrder |
Defines the order for rendering in relation to other bins. |
The abstract base for all render bins.
The render bins are used by the engine as a high level method to order and batch rendering operations.
string RenderBinManager::getBinType | ( | ) |
Returns the bin type string.
string RenderBinManager::binType |
Sets the render bin type which limits what render instances are added to this bin.
Defines the order for adding instances in relation to other bins.
Defines the order for rendering in relation to other bins.