Class ActivateEventArgs
Event data associated with the event when the selecting Interactor activates an Interactable.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: solution.dll
Syntax
public class ActivateEventArgs : BaseInteractionEventArgs
Properties
| Name | Description |
|---|---|
| interactableObject | The Interactable associated with the interaction event. |
| interactorObject | The Interactor associated with the interaction event. |