Class BaseInteractionEventArgs
Event data associated with an interaction event between an Interactor and Interactable.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public abstract class BaseInteractionEventArgs
Properties
interactableObject
The Interactable associated with the interaction event.
Declaration
public IXRInteractable interactableObject { get; set; }
Property Value
Type | Description |
---|---|
IXRInteractable |
interactorObject
The Interactor associated with the interaction event.
Declaration
public IXRInteractor interactorObject { get; set; }
Property Value
Type | Description |
---|---|
IXRInteractor |