Enum ComputeThicknessResolution
Enum that defines the sets of scale which Compute Thickness.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum ComputeThicknessResolution
Fields
| Name | Description | Value |
|---|---|---|
| Full | The Compute Thickness will be rendered on Full resolution. |
0 |
| Half | The Compute Thickness will be rendered on Half resolution. |
1 |
| Quarter | The Compute Thickness will be rendered on Quarter resolution. |
2 |