We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063351c commit e722013Copy full SHA for e722013
Assets/MixedRealityToolkit-Examples/Demos/Boundary/Scripts/BoundaryIndicatorDemo.cs
@@ -1,11 +1,11 @@
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the MIT License. See LICENSE in the project root for license information.
3
4
-using System.Collections.Generic;
5
using Microsoft.MixedReality.Toolkit.Internal.Definitions.BoundarySystem;
6
using Microsoft.MixedReality.Toolkit.Internal.EventDatum.Boundary;
7
using Microsoft.MixedReality.Toolkit.Internal.Interfaces.BoundarySystem;
8
using Microsoft.MixedReality.Toolkit.Internal.Managers;
+using System.Collections.Generic;
9
using UnityEngine;
10
using UnityEngine.Experimental.XR;
11
0 commit comments