Class SeekAnimationsCommandSettings
Seek a set of animations to a particular time within each animation.
public sealed class SeekAnimationsCommandSettings : ICommand
- Inheritance
-
SeekAnimationsCommandSettings
- Implements
- Inherited Members
Properties
Animations
List of animation ids to seek.
[JsonPropertyName("animations")]
public string[] Animations { get; set; }
Property Value
- string[]
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
CurrentTime
Set the current time of each animation.
[JsonPropertyName("currentTime")]
public double CurrentTime { get; set; }