API ReferenceEditor
public class Editor.MenuAttribute : System.Attribute
Constructors
Showing 1 constructors
public MenuAttribute(string target, string path, string icon = null)
Parameters
icon: Default: null
No results match this filter.
Properties
Showing 5 properties
public string Editor.MenuAttribute.Icon { get; set; }
public string Editor.MenuAttribute.Path { get; set; }
public int Editor.MenuAttribute.Priority { get; set; }
public string Editor.MenuAttribute.Shortcut { get; set; }Obsolete
Obsolete: Use [Shortcut] attribute
public string Editor.MenuAttribute.Target { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Editor.MenuAttribute |