BaseInteractionEventConfiguration Class

Definition

Base class for interaction event configuration. An event configuration maps to a single Interaction State.

public ref class BaseInteractionEventConfiguration : Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::IStateEventConfig
[System.Serializable]
public class BaseInteractionEventConfiguration : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.IStateEventConfig
[<System.Serializable>]
type BaseInteractionEventConfiguration = class
    interface IStateEventConfig
Public Class BaseInteractionEventConfiguration
Implements IStateEventConfig
Inheritance
BaseInteractionEventConfiguration
Derived
Attributes
Implements

Constructors

BaseInteractionEventConfiguration()

Properties

EventReceiver

The associated runtime event receiver for this event configuration.

StateName

The name of the state associated with this event configuration.

Applies to