InitialDockState
Describes the initial docking state of a DockWidgetPluginGui.
Items
Name | Value | Summary |
---|---|---|
Top | 0 | The widget will appear docked above the game screen. |
Bottom | 1 | The widget will appear docked below the game screen. |
Left | 2 | The widget will appear docked to the left of the game screen. |
Right | 3 | The widget will appear docked to the right of the game screen. |
Float | 4 | The widget will not be docked to any side of the game screen, and instead can be freely dragged around. |