Class Toolbar
Inheritance
System.Object
Toolbar
Namespace: UnityEditor.Experimental.U2D.Animation
Syntax
public class Toolbar : VisualElement
Constructors
Toolbar()
Declaration
public Toolbar()
Methods
CollapseToolBar(Boolean)
Declaration
public void CollapseToolBar(bool collapse)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | collapse |
SetButtonChecked(Button)
Declaration
public void SetButtonChecked(Button toCheck)
Parameters
Type | Name | Description |
---|---|---|
Button | toCheck |
SetButtonChecked(Button, Boolean)
Declaration
protected void SetButtonChecked(Button button, bool check)
Parameters
Type | Name | Description |
---|---|---|
Button | button | |
System.Boolean | check |