|
ObjectNodeCustomRenderingQueue Property |
Gets or sets a custom RenderingQueue that will contain the RenderablePrimitiveBase objects created by this ObjectNode.
If CustomRenderingQueue is null, then the ObjectNode will be put into
OtherGeometryRenderingQueue or
TransparentRenderingQueue based on the material.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax public RenderingQueue CustomRenderingQueue { get; set; }
Property Value
RenderingQueueSee Also