s&box docs

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

Methods

Showing 1 methods

protected virtual void OnAboutToShow()

Properties

Showing 1 properties

public bool Editor.ContextMenu.Searchable { get; set; }

Adds a search bar in the context menu. Useful for big menus

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.ContextMenu

On this page