Interface IProvidesCustomHighlight
Provide access to scene raycast functionality
Inherited Members
Namespace: Unity.EditorXR.Interfaces
Assembly: solution.dll
Syntax
public interface IProvidesCustomHighlight : IFunctionalityProvider
Methods
| Name | Description |
|---|---|
| SubscribeToOnHighlight(OnHighlightMethod) | Subscribe to an event which will be called when trying to highlight each object |
| UnsubscribeFromOnHighlight(OnHighlightMethod) | Unsubscribe from an event which will be called when trying to highlight each object |