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