Class SCNParticleInputMode


  • public final class SCNParticleInputMode
    extends java.lang.Object
    Particle Variation Mode
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Distance
      The input time for the controller animation is the distance from the variation origin node.
      static long Life
      The input time for the controller animation is the current life duration of the particle
      static long OtherProperty
      The input time for the controller animation is the current value of another specified property.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Life

        public static final long Life
        The input time for the controller animation is the current life duration of the particle
        See Also:
        Constant Field Values
      • Distance

        public static final long Distance
        The input time for the controller animation is the distance from the variation origin node.
        See Also:
        Constant Field Values
      • OtherProperty

        public static final long OtherProperty
        The input time for the controller animation is the current value of another specified property.
        See Also:
        Constant Field Values