Interface ISelectionChanged
Decorates types that need to respond to a change in selection
Namespace: Unity.EditorXR
Assembly: solution.dll
Syntax
public interface ISelectionChanged
Methods
Name | Description |
---|---|
OnSelectionChanged() | Called when selection changes (via Selection.onSelectionChange subscriber) Use the Selection class to get selected objects |