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
4
using
HoloToolkit
.
Sharing
.
Spawning
;
5
using
HoloToolkit
.
Sharing
.
SyncModel
;
6
7
namespace
HoloToolkit
.Sharing.Tests
8
{
12
[SyncDataClass]
13
public
class
SyncSpawnTestSphere
:
SyncSpawnedObject
14
{
15
[SyncData]
16
public
SyncFloat
TestFloat
;
17
}
18
}
19
HoloToolkit.Sharing.SyncModel.SyncFloat
This class implements the float primitive for the syncing system. It does the heavy lifting to make a...
Definition:
SyncFloat.cs:10
HoloToolkit.Sharing.Spawning.SyncSpawnedObject
A SpawnedObject contains all the information needed for another device to spawn an object in the same...
Definition:
SyncSpawnedObject.cs:14
HoloToolkit.Sharing.Spawning
Definition:
PrefabSpawnManager.cs:9
HoloToolkit.Sharing.SyncModel
Definition:
SyncArray.cs:9
HoloToolkit.Sharing
Definition:
SharingMenu.cs:9
HoloToolkit.Sharing.Tests.SyncSpawnTestSphere
Class that demonstrates a custom class using sync model attributes.
Definition:
SyncSpawnTestSphere.cs:13
HoloToolkit
HoloToolkit.Sharing.Tests.SyncSpawnTestSphere.TestFloat
SyncFloat TestFloat
Definition:
SyncSpawnTestSphere.cs:16
Assets
HoloToolkit-Examples
Sharing
SharingService
Scripts
SyncSpawnTestSphere.cs
Generated by
1.8.12