Enum RayTracingMode
This defines which version of an effect should be used.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum RayTracingMode : int
Fields
Name | Description | Value |
---|---|---|
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. |