Class LiveDevice
Represents an IOT device.
Namespace: Unity.DigitalTwins.Live.Sdk.Models
Assembly: solution.dll
Syntax
[Serializable]
public class LiveDevice
Properties
Device
Represents a device.
Declaration
public Device Device { get; set; }
Property Value
Type | Description |
---|---|
Device |
GameObjects
Represents the matching 3D game objects in the scene.
Declaration
public List<GameObject> GameObjects { get; set; }
Property Value
Type | Description |
---|---|
List<GameObject> |
IsSelected
Whether or not the IOT device is currently selected.
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
PulsingState
The 'pulsingState' of the IOT device.
Declaration
public PulsingState PulsingState { get; set; }
Property Value
Type | Description |
---|---|
PulsingState |