Class RenderObjects.RenderObjectsSettings
Settings class used for the render objects renderer feature.
Inherited Members
Namespace: UnityEngine.Experimental.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
[Serializable]
public class RenderObjects.RenderObjectsSettings
Fields
Name | Description |
---|---|
Event | Controls when the render pass executes. |
cameraSettings | The camera settings to use. |
depthCompareFunction | The depth comparison function to use. |
enableWrite | Sets whether it should write to depth or not. |
filterSettings | The filter settings for the pass. |
overrideDepthState | Sets whether it should override depth or not. |
overrideMaterial | The override material to use. |
overrideMaterialPassIndex | The pass index to use with the override material. |
overrideMode | The selected override mode. |
overrideShader | The override shader to use. |
overrideShaderPassIndex | The pass index to use with the override shader. |
passTag | The profiler tag used with the pass. |
stencilSettings | The stencil settings to use. |