API ReferenceEditor
DockWidgetclass
Container for docked widgets
Methods3
Showing 3 methods
public void Float()
Detach this dock into its own floating top-level window.
Returns:
void—public void SetAsCurrentTab()
Raise this dock to the front of any tab group it belongs to.
Returns:
void—public void ToggleView(bool open)
Toggle the dock open or closed.
| Parameter | Type | Description |
|---|---|---|
| open | bool | — |
Returns:
void—No results match this filter.
Properties6
Showing 6 properties
public bool Editor.DockWidget.IsClosed { get; set; }
Returns:
bool—public bool Editor.DockWidget.IsFloating { get; set; }
Whether this dock is floating in its own top-level window.
Returns:
bool—public bool Editor.DockWidget.Locked { get; set; }
Prevents the user from closing, moving, floating or pinning this dock.
Returns:
bool—public bool Editor.DockWidget.MinimumSizeFromContent { get; set; }
When true, the dock's minimum size follows its content widget's minimum size. By default docks can shrink to a tiny fixed size regardless of content.
Returns:
bool—public string Editor.DockWidget.TabTooltip { get; set; }
Text tooltip for the title bar widget.
Returns:
string—public Editor.Widget Editor.DockWidget.Widget { get; set; }
The Widget this DockWidget is wrapping.
No results match this filter.