Skip to main content
21-Topaz I
November 21, 2019

How to trigger a function with a voice command or gesture on HoloLens

  • November 21, 2019
  • 0 replies
  • 792 views

To reference a function on a voice command or gesture use 

viewCtrl.myFunction()

where "myFunction" is the name of your function.

 

 

Check out the Vuforia Studio Help Center for detailed instructions on creating a HoloLens experience using gestures.