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