File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Assets/HoloToolkit/Input/Scripts/Interactions Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,8 @@ namespace HoloToolkit.Unity.InputModule
1111 /// The TapToPlace class is a basic way to enable users to move objects
1212 /// and place them on real world surfaces.
1313 /// Put this script on the object you want to be able to move.
14- /// Users will be able to tap objects, gaze elsewhere, and perform the
15- /// tap gesture again to place.
16- /// This script is used in conjunction with GazeManager, GestureManager,
17- /// and SpatialMappingManager.
18- /// TapToPlace also adds a WorldAnchor component to enable persistence.
14+ /// Users will be able to tap objects, gaze elsewhere, and perform the tap gesture again to place.
15+ /// This script is used in conjunction with GazeManager, WorldAnchorManager, and SpatialMappingManager.
1916 /// </summary>
2017 [ RequireComponent ( typeof ( Collider ) ) ]
2118 [ RequireComponent ( typeof ( Interpolator ) ) ]
You can’t perform that action at this time.
0 commit comments