data class SeekAnimationsRequest
Request object containing input parameters for the AnimationDomain.seekAnimations command.
<init> |
Request object containing input parameters for the AnimationDomain.seekAnimations command. SeekAnimationsRequest(animations: List<String>, currentTime: Double) |
animations |
List of animation ids to seek. val animations: List<String> |
currentTime |
Set the current time of each animation. val currentTime: Double |