Class PulsingState
Represents the state of pulsing.
Namespace: Unity.DigitalTwins.Live.Sdk.Models
Assembly: solution.dll
Syntax
public class PulsingState
Fields
Data
The list of material data used for pulsing.
Declaration
public List<PulsingMaterialData> Data
Field Value
Type | Description |
---|---|
List<PulsingMaterialData> |
InterpolationValue
The interpolation value of pulsing.
Declaration
public float InterpolationValue
Field Value
Type | Description |
---|---|
Single |
IsInterpolatingTowardsInitialColour
Represents whether or not interpolation towards the initial color is happening.
Declaration
public bool IsInterpolatingTowardsInitialColour
Field Value
Type | Description |
---|---|
Boolean |
IsPulsing
Represents whether or not pulsing is happening.
Declaration
public bool IsPulsing
Field Value
Type | Description |
---|---|
Boolean |
Renderer
The renderer used for the pulsing.
Declaration
public Renderer Renderer
Field Value
Type | Description |
---|---|
Renderer |