File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
MixedRealityToolkit.Examples/Demos/HandTracking/Script
MixedRealityToolkit.SDK/Features/UX/Scripts/BoundingBox Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT License. See LICENSE in the project root for license information.
33
4- using Microsoft . MixedReality . Toolkit . Utilities ;
4+ using Microsoft . MixedReality . Toolkit . UI ;
55using UnityEngine ;
66
77namespace Microsoft . MixedReality . Toolkit . Examples . Demos
Original file line number Diff line number Diff line change 88using UnityEngine . Serialization ;
99using UnityPhysics = UnityEngine . Physics ;
1010
11- namespace Microsoft . MixedReality . Toolkit . Utilities
11+ namespace Microsoft . MixedReality . Toolkit . UI
1212{
1313 public class BoundingBox : BaseFocusHandler ,
1414 IMixedRealityPointerHandler ,
Original file line number Diff line number Diff line change 33using System . Collections . Generic ;
44using UnityEngine ;
55
6- namespace Microsoft . MixedReality . Toolkit . Utilities
6+ namespace Microsoft . MixedReality . Toolkit . UI
77{
88 /// <summary>
99 /// The BoundingBoxHelper class contains functions for getting geometric info from the non-axis-aligned
You can’t perform that action at this time.
0 commit comments