Context scoped to a set of scene objects, providing access to the current object selection.
Example
// Register a context action that inspects the ObjectContext selection. constregistry = this.pluginSystem.findInterface( Editor.IContextActionRegistry.interfaceId ) asEditor.IContextActionRegistry; if (Editor.isNull(registry)) { console.log('IContextActionRegistry not available'); return; }
Context scoped to a set of scene objects, providing access to the current object selection.
Example