Class UsesDirectSelectionMethods
Extension methods for implementors of IUsesDirectSelection
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public static class UsesDirectSelectionMethods
Methods
| Name | Description |
|---|---|
| GetDirectSelection(IUsesDirectSelection) | Returns a dictionary of direct selections |
| ResetDirectSelectionState(IUsesDirectSelection) | Calls OnResetDirectSelectionState on all subscribers to ResetDirectSelectionState |
| SubscribeToResetDirectSelectionState(IUsesDirectSelection, Action) | Subscribe to ResetDirectSelectionState |
| UnsubscribeFromResetDirectSelectionState(IUsesDirectSelection, Action) | Calls OnResetDirectSelectionState on all implementors of IUsesDirectSelection |