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