Class ActivateEventArgs
Event data associated with the event when the selecting Interactor activates an Interactable.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Syntax
public class ActivateEventArgs : BaseInteractionEventArgs
Properties
interactableObject
The Interactable associated with the interaction event.
Declaration
public IXRActivateInteractable interactableObject { get; set; }
Property Value
Type | Description |
---|---|
IXRActivateInteractable |
interactorObject
The Interactor associated with the interaction event.
Declaration
public IXRActivateInteractor interactorObject { get; set; }
Property Value
Type | Description |
---|---|
IXRActivateInteractor |