Enum EditorWindowUtils.DockPosition
Supported dock positions.
Namespace: Unity.Tutorials.Core.Editor
Syntax
public enum DockPosition : int
Fields
Name | Description | Value |
---|---|---|
Left | Dock to the left side of the window. |
0 |
Top | Dock to the top of the window. |
1 |
Right | Dock to the right side of the window. |
2 |
Bottom | Dock to the bottom of the window. |
3 |