Click or drag to resize
AB4D logo

RenderingQueueIsRenderedWithCustomRenderingStep Property

When set to true, then this RenderingQueue can be rendered only with a RenderObjectsRenderingStep that has the FilterRenderingQueuesFunction set and is not rendered with standard RenderObjectsRenderingStep (DefaultRenderObjectsRenderingStep).

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool IsRenderedWithCustomRenderingStep { get; set; }

Property Value

Boolean
Remarks

When set to true, then this RenderingQueue can be rendered only on with a RenderObjectsRenderingStep that has the FilterRenderingQueuesFunction set and is not rendered with standard RenderObjectsRenderingStep (DefaultRenderObjectsRenderingStep).

This property can be used when this RenderingQueue contains objects that need to be rendered only with a special RenderObjectsRenderingStep. With setting this property to true the standard RenderObjectsRenderingStep will skip this RenderingQueue (you do not need to filter them manually with setting FilterRenderingQueuesFunction on standard RenderObjectsRenderingStep).

See Also