Class SettingChangedSignal
Represents a signal for when the setting changes.
Namespace: Unity.DigitalTwins.Live.Sdk.Signals
Assembly: solution.dll
Syntax
public class SettingChangedSignal
Properties
Id
The setting's id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
String |
Value
The setting's value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
Object |