API Referenceglobal
public class Editor.DockManager.DockInfo
Description of a dock that is available to create by the backend.
Constructors
Showing 1 constructors
public DockInfo()
No results match this filter.
Properties
Showing 4 properties
public System.Func`1<Editor.Widget> Editor.DockManager.DockInfo.CreateAction { get; set; }
Called when the window wants to create this dock but it doesn't exist.
public bool Editor.DockManager.DockInfo.DeleteOnClose { get; set; }
If true we'll delete the widget when it's closed. Otherwise it'll just be hidden.
public string Editor.DockManager.DockInfo.Icon { get; set; }
Icon to show in the menu.
public string Editor.DockManager.DockInfo.Title { get; set; }
This is what the dock will be shown as in the menu - but also what it will be referenced as internally.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.DockManager.DockInfo |