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