Class DrawObjectsRenderPassMetadata

Defines properties and message types for DrawObjectsRenderPass.

Inherits properties and message types from RenderPassMetadata, PipelineStateConceptMetadata.

Property Types

See also PropertyType
DrawObjectsRenderPassMetadata.FrustumCullingEnabledProperty

Enable to disable rendering objects that are not inside the view frustum. Trades GPU rendering time for CPU cull test time.

DrawObjectsRenderPassMetadata.MaterialRequirementsProperty

Sets the material requirements required from materials selected for rendering.

DrawObjectsRenderPassMetadata.ObjectSourceProperty

Sets the object source which collects the nodes that you want to render with this render pass. To render all nodes in a Scene node (Root Object Source), do not set the value for this property.

DrawObjectsRenderPassMetadata.SortingOrderProperty

Sets the sorting order for render entries.

DrawObjectsRenderPassMetadata.DirectionalLightsProperty

Use this property to bind the directional light set for rendering.

DrawObjectsRenderPassMetadata.PointLightsProperty

Use this property to bind the point light set for rendering.

DrawObjectsRenderPassMetadata.SpotLightsProperty

Use this property to bind the spot light set for rendering.