Skip to content

Commit 5d5ab4f

Browse files
committed
Adding more summary blocks.
1 parent 573c799 commit 5d5ab4f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Assets/HoloToolkit/UX/Scripts/BoundingBoxes/BoundingBoxRig.cs

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
namespace HoloToolkit.Unity.UX
99
{
10+
/// <summary>
11+
/// Constructs the scale and rotate gizmo handles for the Bounding Box
12+
/// </summary>
1013
public class BoundingBoxRig : MonoBehaviour
1114
{
1215
[Header("Flattening")]

Assets/HoloToolkit/UX/Scripts/BoundingBoxes/Duplicator.cs

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
namespace HoloToolkit.Unity.UX
1111
{
12+
/// <summary>
13+
/// Duplicates target object of the Bounding Box.
14+
/// </summary>
1215
public class Duplicator : MonoBehaviour
1316
{
1417
public enum StateEnum

0 commit comments

Comments
 (0)