public final class SCNParticleImageSequenceAnimationMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AutoReverse
The animation will reverse when reaching an end.
|
static long |
Clamp
The animation will stop at both ends.
|
static long |
Repeat
The animation will loop.
|
public static final long Repeat
public static final long Clamp
public static final long AutoReverse