Method OnActivated
OnActivated(ActivateEventArgs)
XRBaseInputInteractor calls this method when the Interactor begins an activation event on this Interactable.
Declaration
protected virtual void OnActivated(ActivateEventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| ActivateEventArgs | args | Event data containing the Interactor that is sending the activate event. |
Remarks
args is only valid during this method call, do not hold a reference to it.