Enum BackplateType
Backplate Type for HDRISKy.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum BackplateType : int
Fields
| Name | Description | Value |
|---|---|---|
| Disc | Shape of backplate is a Disc. |
|
| Ellipse | Shape of backplate is a Ellispe. |
|
| Infinite | Shape of backplate is a Infinite Plane. |
|
| Rectangle | Shape of backplate is a Rectangle. |