|
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.0.8865.1045
Syntax public RenderingQueue CustomRenderingQueue { get; set; }
Property Value
RenderingQueueSee Also