Interface IProvidesDirectSelection
Provide access to direct selection
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesDirectSelection : IFunctionalityProvider
Methods
| Name | Description |
|---|---|
| GetDirectSelection() | Returns a dictionary of direct selections |
| ResetDirectSelectionState() | Calls OnResetDirectSelectionState on all subscribers to ResetDirectSelectionState |
| SubscribeToResetDirectSelectionState(Action) | Subscribe to ResetDirectSelectionState |
| UnsubscribeFromResetDirectSelectionState(Action) | Unsubscribe from ResetDirectSelectionState |