API ReferenceEditor
public class Editor.ContextMenu : Editor.Menu
Identical to Menu except DeleteOnClose defaults to true. Can optionally be made searchable by setting `Editor.ContextMenu.Searchable` to true before opening.
Constructors
Showing 1 constructors
public ContextMenu(Editor.Widget parent = null)
Parameters
parent: Default: null
No results match this filter.
Methods
Showing 1 methods
protected virtual void OnAboutToShow()
No results match this filter.
Properties
Showing 1 properties
public bool Editor.ContextMenu.Searchable { get; set; }
Adds a search bar in the context menu. Useful for big menus
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.ContextMenu |