Enum BoolParameter.DisplayType
Boolean widget type.
Namespace: UnityEngine.Rendering
Syntax
public enum DisplayType
Fields
Name | Description | Value |
---|---|---|
Checkbox | Display boolean parameter as checkbox. |
0 |
EnumPopup | Display boolean parameter as enum popup with Disabled/Enabled options. |
1 |