|
RenderBinManager Class Reference
[Render Binning]
The abstract base for all render bins. More...
Inheritance diagram for RenderBinManager:
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. |
Detailed Description
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.
Member Function Documentation
string RenderBinManager::getBinType | ( | ) |
Returns the bin type string.
Member Data Documentation
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.
Copyright © GarageGames, LLC. All Rights Reserved.