Skip to content

Commit 48c9722

Browse files
committed
Obsolete-ing dead BC code.
1 parent 28c5833 commit 48c9722

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Assets/MRTK/SDK/Features/UX/Scripts/BoundsControl/BoundsControl.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using Microsoft.MixedReality.Toolkit.Input;
66
using Microsoft.MixedReality.Toolkit.UI.BoundsControlTypes;
77
using Microsoft.MixedReality.Toolkit.Utilities;
8+
using System;
89
using System.Collections.Generic;
910
using UnityEngine;
1011
using UnityEngine.Events;
@@ -563,6 +564,12 @@ public ElasticsManager ElasticsManager
563564

564565
private Vector3[] boundsCorners = new Vector3[8];
565566

567+
/// <summary>
568+
/// This property is unused and will be removed in a future release. It has not, and does not, return any information.
569+
/// </summary>
570+
[Obsolete("The BoundsCorners property is unused and will be removed in a future release. It has not, and does not, return any information.")]
571+
public Vector3[] BoundsCorners { get; private set; }
572+
566573
#endregion
567574

568575
#region public Properties

0 commit comments

Comments
 (0)