-
public final class SeekAnimationsRequestRequest object containing input parameters for the AnimationDomain.seekAnimations command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>animationsprivate final DoublecurrentTime
-
Constructor Summary
Constructors Constructor Description SeekAnimationsRequest(List<String> animations, Double currentTime)
-
Method Summary
Modifier and Type Method Description final List<String>component1()final Doublecomponent2()final SeekAnimationsRequestcopy(List<String> animations, Double currentTime)final List<String>getAnimations()List of animation ids to seek. final DoublegetCurrentTime()Set the current time of each animation. -
-
Method Detail
-
component1
final List<String> component1()
-
component2
final Double component2()
-
copy
final SeekAnimationsRequest copy(List<String> animations, Double currentTime)
-
getAnimations
final List<String> getAnimations()
List of animation ids to seek.
-
getCurrentTime
final Double getCurrentTime()
Set the current time of each animation.
-
-
-
-