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