Interface ISelectionChanged
Decorates types that need to respond to a change in selection
Namespace: UnityEditor.Experimental.EditorVR
Syntax
public interface ISelectionChanged
Methods
OnSelectionChanged()
Called when selection changes (via Selection.onSelectionChange subscriber) Use the Selection class to get selected objects
Declaration
void OnSelectionChanged()