Method OnFocusExiting
OnFocusExiting(FocusExitEventArgs)
The XRInteractionManager calls this method right before the Interaction group loses focus of an Interactable in a first pass.
Declaration
void OnFocusExiting(FocusExitEventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| FocusExitEventArgs | args | Event data containing the Interaction group that is losing focus. |
Remarks
args is only valid during this method call, do not hold a reference to it.