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 5
5
using Microsoft . MixedReality . Toolkit . Input ;
6
6
using Microsoft . MixedReality . Toolkit . UI . BoundsControlTypes ;
7
7
using Microsoft . MixedReality . Toolkit . Utilities ;
8
+ using System ;
8
9
using System . Collections . Generic ;
9
10
using UnityEngine ;
10
11
using UnityEngine . Events ;
@@ -563,6 +564,12 @@ public ElasticsManager ElasticsManager
563
564
564
565
private Vector3 [ ] boundsCorners = new Vector3 [ 8 ] ;
565
566
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
+
566
573
#endregion
567
574
568
575
#region public Properties
You can’t perform that action at this time.
0 commit comments