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