API ReferenceEditor
MenuBarclass
Constructors1
Showing 1 constructors
No results match this filter.
Methods10
Showing 10 methods
public void Clear()
Returns:
void—public System.Collections.Generic.List`1<Editor.Menu> GetPathTo(string path)
| Parameter | Type | Description |
|---|---|---|
| path | string | — |
public static void RegisterNamed(string name, Editor.MenuBar b)
Register a named menubar target. This allows [Menu] to target a specific menubar.
| Parameter | Type | Description |
|---|---|---|
| name | string | — |
| b | MenuBar | — |
Returns:
void—public void RemovePath(string path)
| Parameter | Type | Description |
|---|---|---|
| path | string | — |
Returns:
void—No results match this filter.