InitialDockState

Describes the initial docking state of a DockWidgetPluginGui.

Items

NameValueSummary
Top0

The widget will appear docked above the game screen.

Bottom1

The widget will appear docked below the game screen.

Left2

The widget will appear docked to the left of the game screen.

Right3

The widget will appear docked to the right of the game screen.

Float4

The widget will not be docked to any side of the game screen, and instead can be freely dragged around.

On this page