public final class LightAnimation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LightAnimation.Builder |
Modifier and Type | Method and Description |
---|---|
static LightAnimation.Builder |
builder() |
boolean |
equals(Object o) |
Integer |
getRepeat()
The number of times to play this animation.
|
List<AnimationStep> |
getSequence()
The animation steps to render in order.
|
List<String> |
getTargetLights()
An array of strings that represent the light addresses on the target gadgets that this animation will be applied to.
|
int |
hashCode() |
String |
toString() |
public static LightAnimation.Builder builder()
public Integer getRepeat()
public List<String> getTargetLights()
public List<AnimationStep> getSequence()
Copyright © 2023. All rights reserved.