API ReferenceEditor
DockAttributeclass
Constructors1
Showing 1 constructors
public DockAttribute(string target, string name, string icon = null)
| Parameter | Type | Description |
|---|---|---|
| target | string | — |
| name | string | — |
| icon = null | string | — |
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.
Properties3
Showing 3 properties
public string Editor.DockAttribute.Icon { get; set; }
Returns:
string—public string Editor.DockAttribute.Name { get; set; }
Returns:
string—public string Editor.DockAttribute.Target { get; set; }
Returns:
string—No results match this filter.