InitialDockState
Describes the initial docking state of a DockWidgetPluginGui.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 326 | Top | 0 | The widget will appear docked above the game screen. | |
| 326 | Bottom | 1 | The widget will appear docked below the game screen. | |
| 326 | Left | 2 | The widget will appear docked to the left of the game screen. | |
| 326 | Right | 3 | The widget will appear docked to the right of the game screen. | |
| 326 | Float | 4 | The widget will not be docked to any side of the game screen, and instead can be freely dragged around. |
Description
Specifies where a DockWidgetPluginGui is initially positioned in
Roblox Studio when it is created for the first time. The value is supplied as
the initialDockState field of DockWidgetPluginGuiInfo, which is
passed to Plugin:CreateDockWidgetPluginGuiAsync(). If Roblox Studio
has a saved layout entry for the plugin widget, that saved layout takes
precedence and this value is ignored;
DockWidgetPluginGui.HostWidgetWasRestored is true in that case.