Enum ToolbarMenu.Variant
Display styles for the menu.
Namespace: UnityEditor.UIElements
Syntax
public enum Variant : int
Fields
Name | Description | Value |
---|---|---|
Default | Display the menu using the default style. |
0 |
Popup | Display the menu using the popup style. |
1 |