Modifier

InteractableOnFocusReceiver Constructors

Definition

Overloads

InteractableOnFocusReceiver()

Creates receiver that raises focus enter and exit unity events

InteractableOnFocusReceiver(UnityEvent)

Creates receiver that raises focus enter and exit unity events

InteractableOnFocusReceiver()

Creates receiver that raises focus enter and exit unity events

public:
 InteractableOnFocusReceiver();
public InteractableOnFocusReceiver ();
Public Sub New ()

Applies to

InteractableOnFocusReceiver(UnityEvent)

Creates receiver that raises focus enter and exit unity events

public:
 InteractableOnFocusReceiver(UnityEngine::Events::UnityEvent ^ ev);
public InteractableOnFocusReceiver (UnityEngine.Events.UnityEvent ev);
new Microsoft.MixedReality.Toolkit.UI.InteractableOnFocusReceiver : UnityEngine.Events.UnityEvent -> Microsoft.MixedReality.Toolkit.UI.InteractableOnFocusReceiver
Public Sub New (ev As UnityEvent)

Parameters

ev
UnityEngine.Events.UnityEvent

Applies to