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