Enum UpgradeSurfaceType
The surface type for your material.
Namespace: UnityEditor.Rendering.Universal
Syntax
public enum UpgradeSurfaceType
Fields
| Name | Description | Value |
|---|---|---|
| Opaque | Use this for opaque surfaces. |
0 |
| Transparent | Use this for transparent surfaces. |
1 |