API ReferenceEditor
MenuAttributeclass
Constructors1
Showing 1 constructors
public MenuAttribute(string target, string path, string icon = null)
| Parameter | Type | Description |
|---|---|---|
| target | string | — |
| path | string | — |
| icon = null | string | — |
No results match this filter.
Properties5
Showing 5 properties
public string Editor.MenuAttribute.Icon { get; set; }
Returns:
string—public string Editor.MenuAttribute.Path { get; set; }
Returns:
string—public int Editor.MenuAttribute.Priority { get; set; }
Returns:
int—public string Editor.MenuAttribute.Shortcut { get; set; }
Obsolete: Use [Shortcut] attribute
Returns:
string—public string Editor.MenuAttribute.Target { get; set; }
Returns:
string—No results match this filter.