Class HoverChangedSignal
Represents a signal for when the hovered device changes.
Namespace: Unity.DigitalTwins.Live.Sdk.Signals
Assembly: solution.dll
Syntax
public class HoverChangedSignal
Properties
HoveredDevice
The currently hovered LiveDevice.
Declaration
public LiveDevice HoveredDevice { get; set; }
Property Value
Type | Description |
---|---|
LiveDevice |
LastHoveredDevice
The last hovered LiveDevice.
Declaration
public LiveDevice LastHoveredDevice { get; set; }
Property Value
Type | Description |
---|---|
LiveDevice |