Package apple.scenekit.enums
Class SCNParticleImageSequenceAnimationMode
- java.lang.Object
-
- apple.scenekit.enums.SCNParticleImageSequenceAnimationMode
-
public final class SCNParticleImageSequenceAnimationMode extends java.lang.ObjectTexture Animation Mode
-
-
Field Summary
Fields Modifier and Type Field Description static longAutoReverseThe animation will reverse when reaching an end.static longClampThe animation will stop at both ends.static longRepeatThe animation will loop.
-
-
-
Field Detail
-
Repeat
public static final long Repeat
The animation will loop.- See Also:
- Constant Field Values
-
Clamp
public static final long Clamp
The animation will stop at both ends.- See Also:
- Constant Field Values
-
AutoReverse
public static final long AutoReverse
The animation will reverse when reaching an end.- See Also:
- Constant Field Values
-
-