You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/HoloToolkit/SpatialMapping/Scripts/TapToPlace.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ public class TapToPlace : MonoBehaviour, IInputClickHandler
31
31
/// <summary>
32
32
/// Keeps track of if the user is moving the object or not.
33
33
/// Setting this to true will enable the user to move and place the object in the scene.
34
+
/// Useful when you want to place an object immediately.
34
35
/// </summary>
36
+
[Tooltip("Setting this to true will enable the user to move and place the object in the scene without needing to tap on the object. Useful when you want to place an object immediately.")]
0 commit comments