Class SelectionChangedSignal
Represents a signal for when the selection of LiveDevice changes.
Namespace: Unity.DigitalTwins.Live.Sdk.Signals
Assembly: solution.dll
Syntax
public class SelectionChangedSignal
Properties
SelectedLiveDevices
The changed selection of LiveDevice.
Declaration
public IEnumerable<LiveDevice> SelectedLiveDevices { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<LiveDevice> |