Class FocusEnterEventArgs
Event data associated with the event when an Interaction group gains focus of an Interactable.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: solution.dll
Syntax
public class FocusEnterEventArgs : BaseInteractionEventArgs
Properties
| Name | Description |
|---|---|
| interactableObject | The Interactable associated with the interaction event. |
| interactionGroup | The interaction group associated with the interaction event. |
| manager | The Interaction Manager associated with the interaction event. |