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