AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
HoloToolkitCommands.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 using System;
5 
6 namespace HoloToolkit.Unity
7 {
11  public static class HoloToolkitCommands
12  {
16  [Obsolete("Use BuildDeployTools.BuildSLN")]
17  public static bool BuildSLN()
18  {
20  }
21  }
22 }
static bool BuildSLN()
Do a build configured for the HoloLens, returns the error from BuildPipeline.BuildPlayer ...
static bool BuildSLN()
Do a build configured for Mixed Reality Applications, returns the error from BuildPipeline.BuildPlayer
Implements functionality for building HoloLens applications
Contains utility functions for building for the device