We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573c799 commit 5d5ab4fCopy full SHA for 5d5ab4f
Assets/HoloToolkit/UX/Scripts/BoundingBoxes/BoundingBoxRig.cs
@@ -7,6 +7,9 @@
7
8
namespace HoloToolkit.Unity.UX
9
{
10
+ /// <summary>
11
+ /// Constructs the scale and rotate gizmo handles for the Bounding Box
12
+ /// </summary>
13
public class BoundingBoxRig : MonoBehaviour
14
15
[Header("Flattening")]
Assets/HoloToolkit/UX/Scripts/BoundingBoxes/Duplicator.cs
@@ -9,6 +9,9 @@
+ /// Duplicates target object of the Bounding Box.
public class Duplicator : MonoBehaviour
16
17
public enum StateEnum
0 commit comments