Enum ToolbarDockMode
The dock mode of the Toolbar.
Namespace: UnityEngine.Dt.App.UI
Syntax
public enum ToolbarDockMode
Fields
Name | Description | Value |
---|---|---|
Floating | The Toolbar is floating. |
0 |
Top | The Toolbar is docked to the top. |
1 |
Bottom | The Toolbar is docked to the bottom. |
2 |
Left | The Toolbar is docked to the left. |
3 |
Right | The Toolbar is docked to the right. |
4 |