Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

GestureRecognizer.RecognitionStartedEvent

Parameters

value Delegate to be triggered when a start event is triggered.

Description

Fires when recognition of gestures begins.

This is the first event to fire. This event fires when there is no active gesture and the gesture recognizer is told to capture an interaction. Note that events will only fire if the interaction could possibly trigger at least one of the gestures requested in the SpatialGestureSettings. For hand interactions, this event fires on finger press. For voice interactions, this event fires when a system voice command like "Select" is spoken. For controllers, this event fires when the primary button is pressed.