FocusEvents Class

Definition

The event configuration for the Focus InteractionState.

public ref class FocusEvents : Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::BaseInteractionEventConfiguration
public class FocusEvents : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.BaseInteractionEventConfiguration
type FocusEvents = class
    inherit BaseInteractionEventConfiguration
Public Class FocusEvents
Inherits BaseInteractionEventConfiguration
Inheritance

Constructors

FocusEvents()

Fields

OnFocusOff

A Unity event with FocusEventData. This event is fired when focus exits an object.

OnFocusOn

A Unity event with FocusEventData. This event is fired when focus enters an object.

Properties

EventReceiver

The associated runtime event receiver for this event configuration.

(Inherited from BaseInteractionEventConfiguration)
StateName

The name of the state associated with this event configuration.

(Inherited from BaseInteractionEventConfiguration)

Applies to