Class SetTimingCommandSettings
SetTiming
public sealed class SetTimingCommandSettings : ICommand
- Inheritance
-
SetTimingCommandSettings
- Implements
- Inherited Members
Properties
AnimationId
Gets or sets the animationId
[JsonPropertyName("animationId")]
public string AnimationId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Delay
Gets or sets the delay
[JsonPropertyName("delay")]
public double Delay { get; set; }
Property Value
Duration
Gets or sets the duration
[JsonPropertyName("duration")]
public double Duration { get; set; }