displayed
Specifies whether the `VisualElement` for this toolbar element should be displayed or not. Set to `True` by default.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Toolbars
- Assembly: UnityEditor.CoreModule
public bool displayed { get; set; }
Remarks
This displayed state applies to the of the toolbar element. To display the visual content when you add a toolbar element to the toolbar set this field to . Set this field to to hide the visual content so that the element doesn't take up any space in the toolbar. This is by default.
VisualElementTrueFalseTrue