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