Method OnFocusEntered
OnFocusEntered(FocusEnterEventArgs)
The XRInteractionManager calls this method when the Interaction group first gains focus of an Interactable in a second pass.
Declaration
protected virtual void OnFocusEntered(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.