| Parameter | Description |
|---|---|
| position | Rectangle on the screen to use for this control. |
| label | Caption/label for the control. |
| enumValue | Enum to use for the flags. |
| style | Optional GUIStyle. |
Enum A selection BitMask where each bit represents an Enum value index. (Note this returned value is not itself an Enum).
This method is obsolete. Use EditorGUI.EnumFlagsField instead.
Makes a field for enum based masks.
Simple window that shows the enum mask field.