Enum RayTracingMode
This defines which version of an effect should be used.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum RayTracingMode
Fields
Name | Description |
---|---|
Performance | When selected, choices are made to reduce execution time of the effect. |
Quality | When selected, choices are made to increase the visual quality of the effect. |