API ReferenceEditor
DockAttributeclass
Marks a widget as a creatable dock on a DockWindow. Common targets include: Editor, Hammer
Constructors1
Showing 1 constructors
public DockAttribute(string target, string name, string icon = null, Editor.DockArea area = 8)
| Parameter | Type | Description |
|---|---|---|
| target | string | — |
| name | string | — |
| icon = null | string | — |
| area = 8 | DockArea | — |
No results match this filter.
Methods1
Showing 1 methods
public static void RegisterWindow(string name, Editor.DockWindow b)
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
| b | DockWindow | — |
Returns:
void—No results match this filter.
Properties4
Showing 4 properties
public Editor.DockArea Editor.DockAttribute.Area { get; set; }
public string Editor.DockAttribute.Icon { get; set; }
Returns:
string—public string Editor.DockAttribute.Target { get; set; }
Returns:
string—public string Editor.DockAttribute.Title { get; set; }
Returns:
string—No results match this filter.