June 2017
Beginner to intermediate
336 pages
8h 44m
English
To add an Air Tap gesture, we need to write custom script such as what we learned during our previous project; before adding the custom script, go to the Assets folder, then to HoloToolkit | Input | Scripts | InputSource, and attach the GestureInput.cs with Root object in the Object Explorer.
public void OnInputClicked(InputEventData eventData) { }
At this point in time, if you run the application and place a breakpoint in the OnInputClicked() ...
Read now
Unlock full access