Class BaseInteractionEventConfiguration
Base class for interaction event configuration. An event configuration maps to a single Interaction State.
Inheritance
BaseInteractionEventConfiguration
Implements
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class BaseInteractionEventConfiguration : IStateEventConfig
Properties
EventReceiver
The associated runtime event receiver for this event configuration.
Declaration
public BaseEventReceiver EventReceiver { get; set; }
Property Value
Type | Description |
---|---|
Base |
StateName
The name of the state associated with this event configuration.
Declaration
public string StateName { get; set; }
Property Value
Type | Description |
---|---|
String |