Method OnHoverExited
OnHoverExited(HoverExitEventArgs)
The XRInteractionManager calls this method when the Interactor ends hovering over an Interactable in a second pass.
Declaration
protected override void OnHoverExited(HoverExitEventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| HoverExitEventArgs | args | Event data containing the Interactor that is ending the hover. |
Overrides
Remarks
args is only valid during this method call, do not hold a reference to it.