Editor context passed to context action callbacks when a right-click menu is triggered.
Example
// IContext is the abstract base passed to every context-menu action callback. // Concrete subclasses: AssetContext (right-click in asset browser) // and ObjectContext (right-click a scene object). Use isOfType() // to branch on the actual context at call time. constregistry = this.pluginSystem.findInterface( Editor.IContextActionRegistry.interfaceId ) asEditor.IContextActionRegistry;
Editor context passed to context action callbacks when a right-click menu is triggered.
Example