Enum BaseShaderGUI.Expandable
Flags for the foldouts used in the base shader GUI.
Namespace: UnityEditor
Syntax
[Flags]
protected enum Expandable
Fields
| Name | Description | Value |
|---|---|---|
| SurfaceOptions | Use this for surface options foldout. |
1 |
| SurfaceInputs | Use this for surface input foldout. |
2 |
| Advanced | Use this for advanced foldout. |
4 |
| Details | Use this for additional details foldout. |
8 |