Skip to content

Commit 5292c40

Browse files
committed
Added tapping link
1 parent 11b8228 commit 5292c40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/spatial-anchors/tutorials/tutorial-new-unity-hololens-app.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,14 @@ Our app will support the following interactions:
124124

125125
Gesture | Action
126126
------|-------
127-
Tap anywhere | Start/Continue Session + Create anchor at Hand Position
127+
[Tap](/dynamics365/mixed-reality/guides/operator-gestures-hl2#air-tap) anywhere | Start/Continue Session + Create anchor at Hand Position
128128
Tapping on an anchor | Delete `GameObject` + Delete Anchor in ASA Cloud Service
129129
Tap + Hold for 2 sec (+ session is running) | Stop the session and remove all `GameObjects`. Keep anchors in ASA Cloud Service
130130
Tap + Hold for 2 sec (+ session is not running)| Start the session and look for all anchors.
131131

132132

133133
## Add Tap recognition
134+
Let's add some code to our script to be able to recognize a user's [tapping gesture](/dynamics365/mixed-reality/guides/operator-gestures-hl2#air-tap).
134135
1. Open `AzureSpatialAnchorsScript.cs` in Visual Studio by double-clicking on the script in your Unity **Project pane**.
135136
2. Add the following array to your class
136137

0 commit comments

Comments
 (0)