Class RenderGraphSettings
Settings for Render Graph
Implements
Inherited Members
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
[Serializable]
[SupportedOnRenderPipeline(typeof(UniversalRenderPipelineAsset))]
[CategoryInfo(Name = "Render Graph", Order = 50)]
[ElementInfo(Order = -10)]
public class RenderGraphSettings : IRenderPipelineGraphicsSettings
Properties
enableRenderCompatibilityMode
When enabled, Universal Rendering Pipeline will not use Render Graph API to construct and execute the frame.
Declaration
public bool enableRenderCompatibilityMode { get; set; }
Property Value
Type | Description |
---|---|
bool |
version
Current version.
Declaration
public int version { get; }
Property Value
Type | Description |
---|---|
int |