Class ToolbarMenuBase
Inheritance
ToolbarMenuBase
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements
Assembly: UnityEditor.dll
Syntax
public abstract class ToolbarMenuBase : TextElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, ITextElement, IToolbarMenuElement
Constructors
| Improve this Doc View SourceToolbarMenuBase(String)
Declaration
protected ToolbarMenuBase(string classList)
Parameters
Type | Name | Description |
---|---|---|
String | classList |
Properties
| Improve this Doc View Sourcemenu
Declaration
public DropdownMenu menu { get; }
Property Value
Type | Description |
---|---|
DropdownMenu |