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. |
camera |
The camera settings to use. |
depth |
The depth comparison function to use. |
enable |
Sets whether it should write to depth or not. |
filter |
The filter settings for the pass. |
override |
Sets whether it should override depth or not. |
override |
The override material to use. |
override |
The pass index to use with the override material. |
override |
The selected override mode. |
override |
The override shader to use. |
override |
The pass index to use with the override shader. |
pass |
The profiler tag used with the pass. |
stencil |
The stencil settings to use. |