Skip to content

Commit

Permalink
Adding more summary blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
cre8ivepark committed Apr 9, 2018
1 parent 573c799 commit 5d5ab4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Assets/HoloToolkit/UX/Scripts/BoundingBoxes/BoundingBoxRig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

namespace HoloToolkit.Unity.UX
{
/// <summary>
/// Constructs the scale and rotate gizmo handles for the Bounding Box
/// </summary>
public class BoundingBoxRig : MonoBehaviour
{
[Header("Flattening")]
Expand Down
3 changes: 3 additions & 0 deletions Assets/HoloToolkit/UX/Scripts/BoundingBoxes/Duplicator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

namespace HoloToolkit.Unity.UX
{
/// <summary>
/// Duplicates target object of the Bounding Box.
/// </summary>
public class Duplicator : MonoBehaviour
{
public enum StateEnum
Expand Down

0 comments on commit 5d5ab4f

Please sign in to comment.