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