File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/HoloToolkit/Input/Scripts/Interactions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ namespace HoloToolkit.Unity.InputModule
1818 [ RequireComponent ( typeof ( Interpolator ) ) ]
1919 public class TapToPlace : MonoBehaviour , IInputClickHandler
2020 {
21- [ Tooltip ( "Distance from camera to keep the object while placing it." ) ] public float DefaultGazeDistance = 2.0f ;
21+ [ Tooltip ( "Distance from camera to keep the object while placing it." ) ]
22+ public float DefaultGazeDistance = 2.0f ;
2223
2324 [ Tooltip ( "Supply a friendly name for the anchor as the key name for the WorldAnchorStore." ) ]
2425 public string SavedAnchorFriendlyName = "SavedAnchorFriendlyName" ;
@@ -56,7 +57,6 @@ protected virtual void Start()
5657 ParentGameObjectToPlace = GetParentToPlace ( ) ;
5758 PlaceParentOnTap = ParentGameObjectToPlace != null ;
5859 }
59-
6060
6161 interpolator = EnsureInterpolator ( ) ;
6262
You can’t perform that action at this time.
0 commit comments