MainToolbarToggle(MainToolbarContent, bool, Action<bool>)
Specify the content and function of a main toolbar toggle.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Toolbars
- Assembly: UnityEditor
public MainToolbarToggle(MainToolbarContent content, bool value, Action<bool> valueChanged)
Parameters
The visual content of the toggle.
The state of the toggle: or .
OnOffThe callback that receives the new state of the toggle when the user selects it.