Class KeyboardReceiver
Example receiver class for the Keyboard state
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.Examples
Assembly: cs.temp.dll.dll
Syntax
public class KeyboardReceiver : BaseEventReceiver
Constructors
KeyboardReceiver(BaseInteractionEventConfiguration)
Example constructor for the Keyboard State
Declaration
public KeyboardReceiver(BaseInteractionEventConfiguration eventConfiguration)
Parameters
Type | Name | Description |
---|---|---|
Base |
eventConfiguration | The event configuration for the Keyboard state |
Methods
OnUpdate(StateManager, BaseEventData)
Declaration
public override void OnUpdate(StateManager stateManager, BaseEventData eventData)
Parameters
Type | Name | Description |
---|---|---|
State |
stateManager | |
Base |
eventData |