Render |
public sealed class RenderObjectsRenderingStep : FillCommandBufferRenderingStep
The RenderObjectsRenderingStep type exposes the following members.
Name | Description | |
---|---|---|
RenderObjectsRenderingStep | Constructor |
Name | Description | |
---|---|---|
CustomRenderingLayers | When not null, then the RenderingLayers provided by this list are rendered. | |
FilterObjectsFunction | 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). | |
FilterRenderingLayersFunction | 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). | |
OverrideEffectTechnique | When not null, then the specified CustomEffectTechnique is used to render all RenderingItems that are rendered by this RenderObjectsRenderingStep. |