AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
SurfaceTypeEnum.cs
Go to the documentation of this file.
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 namespace HoloToolkit.Unity.Collections
5 {
9  public enum SurfaceTypeEnum
10  {
11  Cylinder,
12  Plane,
13  Sphere,
14  Scatter,
15  Radial
16  }
17 }
SurfaceTypeEnum
The type of surface to map the collect to.