Click or drag to resize
Ab4d.SharpEngine logo

RenderObjectsRenderingStep Properties

The RenderObjectsRenderingStep type exposes the following members.

Properties
 NameDescription
Public propertyCustomRenderingLayers When not null, then the RenderingLayers provided by this list are rendered. When the result of the filter function is changed, then you need to call NotifyChange(SceneViewDirtyFlags) and pass ObjectsFilterChanged flag to recreate the command buffer.
Public propertyFilterObjectsFunction Gets or sets a filter function that can be used to filter the objects that will be rendered (returning false for object that is not rendered). When the result of the filter function is changed, then you need to call NotifyChange(SceneViewDirtyFlags) and pass ObjectsFilterChanged flag to recreate the command buffer.
Public propertyFilterRenderingLayersFunction Gets or sets a filter function that can be used to filter RenderingLayer that will be rendered (returning false for RenderingLayer that is not rendered). When the result of the filter function is changed, then you need to call NotifyChange(SceneViewDirtyFlags) and pass ObjectsFilterChanged flag to recreate the command buffer.
Public propertyOverrideEffectTechnique When not null, then the specified CustomEffectTechnique is used to render all RenderingItems that are rendered by this RenderObjectsRenderingStep.
Top
See Also