Class FocusEnterEvent
UnityEvent that Unity invokes when an Interaction group initiates focusing an Interactable.
Implements
Inherited Members
UnityEvent<FocusEnterEventArgs>.AddListener(UnityAction<FocusEnterEventArgs>)
UnityEvent<FocusEnterEventArgs>.RemoveListener(UnityAction<FocusEnterEventArgs>)
UnityEvent<FocusEnterEventArgs>.Invoke(FocusEnterEventArgs)
UnityEventBase.ToString()
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
[Serializable]
public sealed class FocusEnterEvent : UnityEvent<FocusEnterEventArgs>, ISerializationCallbackReceiver