SeekAnimationsRequest

@Serializable
data class SeekAnimationsRequest(val animations: List<String>, val currentTime: Double)

Request object containing input parameters for the AnimationDomain.seekAnimations command.

Constructors

Link copied to clipboard
constructor(animations: List<String>, currentTime: Double)

Properties

Link copied to clipboard

List of animation ids to seek.

Link copied to clipboard

Set the current time of each animation.