SeekAnimationsParameter

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

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.