|
CameraDistanceSortedRenderingQueue Constructor |
Constructor
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public CameraDistanceSortedRenderingQueue(
string queueName,
bool containsTransparentObjects = false
)
Parameters
- queueName String
- queueName
- containsTransparentObjects Boolean (Optional)
- boolean that specified is this rendering queue contains transparent objects or other objects that need to be rendered with alpha blending and where order of rendering is important (false by default)
See Also