AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
SyncSpawnTestSphere.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 
6 
7 namespace HoloToolkit.Sharing.Tests
8 {
12  [SyncDataClass]
14  {
15  [SyncData]
17  }
18 }
19 
This class implements the float primitive for the syncing system. It does the heavy lifting to make a...
Definition: SyncFloat.cs:10
A SpawnedObject contains all the information needed for another device to spawn an object in the same...
Class that demonstrates a custom class using sync model attributes.