We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a702a commit 6742299Copy full SHA for 6742299
Assets/HoloToolkit/Input/Scripts/Interactions/TapToPlace.cs
@@ -18,8 +18,7 @@ namespace HoloToolkit.Unity.InputModule
18
[RequireComponent(typeof(Interpolator))]
19
public class TapToPlace : MonoBehaviour, IInputClickHandler
20
{
21
- [Tooltip("Distance from camera to keep the object while placing it.")]
22
- public float DefaultGazeDistance = 2.0f;
+ [Tooltip("Distance from camera to keep the object while placing it.")] public float DefaultGazeDistance = 2.0f;
23
24
[Tooltip("Supply a friendly name for the anchor as the key name for the WorldAnchorStore.")]
25
public string SavedAnchorFriendlyName = "SavedAnchorFriendlyName";
0 commit comments