Class SCNParticleImageSequenceAnimationMode


  • public final class SCNParticleImageSequenceAnimationMode
    extends java.lang.Object
    Texture Animation Mode
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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