AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
SharedCollection.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 
5 
6 namespace HoloToolkit.Unity.SharingWithUNET
7 {
12  public class SharedCollection : SingleInstance<SharedCollection>
13  {
14 
15  }
16 }
This script exists as a stub to allow other scripts to find the shared world anchor transform...
A simplified version of the Singleton class which doesn&#39;t depend on the Instance being set in Awake ...