File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Assets/MRTK/SDK/Features/UX/Scripts/BoundsControl Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 55using Microsoft . MixedReality . Toolkit . Input ;
66using Microsoft . MixedReality . Toolkit . UI . BoundsControlTypes ;
77using Microsoft . MixedReality . Toolkit . Utilities ;
8+ using System ;
89using System . Collections . Generic ;
910using UnityEngine ;
1011using 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
You can’t perform that action at this time.
0 commit comments