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