Enum BaseShaderGUI.Expandable
Flags for the foldouts used in the base shader GUI.
Namespace: UnityEditor
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
[Flags]
protected enum BaseShaderGUI.Expandable
Fields
Name | Description |
---|---|
Advanced | Use this for advanced foldout. |
Details | Use this for additional details foldout. |
SurfaceInputs | Use this for surface input foldout. |
SurfaceOptions | Use this for surface options foldout. |