Skip to content

Commit b0784e2

Browse files
Stephen HodgsonStephen Hodgson
authored andcommitted
TapToPlace.cs updated IsBeingPlaced summary and tooltip.
1 parent ce8e55d commit b0784e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/HoloToolkit/SpatialMapping/Scripts/TapToPlace.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ public class TapToPlace : MonoBehaviour, IInputClickHandler
3131
/// <summary>
3232
/// Keeps track of if the user is moving the object or not.
3333
/// 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.
3435
/// </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.")]
3537
public bool IsBeingPlaced;
3638

3739
/// <summary>

0 commit comments

Comments
 (0)