Method OnUIHoverEntered
OnUIHoverEntered(UIHoverEventArgs)
The XRUIInputModule calls this method when the Interactor begins hovering over a UI element.
Declaration
protected virtual void OnUIHoverEntered(UIHoverEventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| UIHoverEventArgs | args | Event data containing the UI element that is being hovered over. |
Remarks
args is only valid during this method call, do not hold a reference to it.