Class BaseInteractionEventArgs
Event data associated with an interaction event between an Interactor and Interactable.
Namespace: UnityEngine.XR.Interaction.Toolkit
Syntax
public abstract class BaseInteractionEventArgs : object
Properties
interactable
The Interactable associated with the interaction event.
Declaration
public XRBaseInteractable interactable { get; set; }
Property Value
Type | Description |
---|---|
XRBaseInteractable |
interactor
The Interactor associated with the interaction event.
Declaration
public XRBaseInteractor interactor { get; set; }
Property Value
Type | Description |
---|---|
XRBaseInteractor |