SpeechKeywordReceiver Class

Definition

The internal event receiver for the events defined in the SpeechKeyword Interaction Event Configuration.

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

Constructors

SpeechKeywordReceiver(BaseInteractionEventConfiguration)

Properties

EventConfiguration

The event configuration for this event receiver.

(Inherited from BaseEventReceiver)
StateName

The name of the state this event receiver is watching.

(Inherited from BaseEventReceiver)

Methods

OnUpdate(StateManager, BaseEventData)

Update an event receiver.

Applies to