Class ParticleEmitter.RangedNumericValue

    • Constructor Detail

      • RangedNumericValue

        public RangedNumericValue()
    • Method Detail

      • newLowValue

        public float newLowValue()
      • setLow

        public void setLow​(float value)
      • setLow

        public void setLow​(float min,
                           float max)
      • getLowMin

        public float getLowMin()
      • setLowMin

        public void setLowMin​(float lowMin)
      • getLowMax

        public float getLowMax()
      • setLowMax

        public void setLowMax​(float lowMax)
      • scale

        public void scale​(float scale)
        permanently scales the range by a scalar.
      • load

        public void load​(java.io.BufferedReader reader)
                  throws java.io.IOException
        Overrides:
        load in class ParticleEmitter.ParticleValue
        Throws:
        java.io.IOException