Class HoverExitEvent
UnityEvent that Unity invokes when an Interactor ends hovering over an Interactable.
Implements
Inherited Members
UnityEvent<HoverExitEventArgs>.AddListener(UnityAction<HoverExitEventArgs>)
UnityEvent<HoverExitEventArgs>.RemoveListener(UnityAction<HoverExitEventArgs>)
UnityEvent<HoverExitEventArgs>.Invoke(HoverExitEventArgs)
UnityEventBase.ToString()
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
[Serializable]
public sealed class HoverExitEvent : UnityEvent<HoverExitEventArgs>, ISerializationCallbackReceiver