File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
articles/spatial-anchors/tutorials Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,14 @@ Our app will support the following interactions:
124
124
125
125
Gesture | Action
126
126
------|-------
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
128
128
Tapping on an anchor | Delete ` GameObject ` + Delete Anchor in ASA Cloud Service
129
129
Tap + Hold for 2 sec (+ session is running) | Stop the session and remove all ` GameObjects ` . Keep anchors in ASA Cloud Service
130
130
Tap + Hold for 2 sec (+ session is not running)| Start the session and look for all anchors.
131
131
132
132
133
133
## 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 ) .
134
135
1 . Open ` AzureSpatialAnchorsScript.cs ` in Visual Studio by double-clicking on the script in your Unity ** Project pane** .
135
136
2 . Add the following array to your class
136
137
You can’t perform that action at this time.
0 commit comments