Class ParticleEmitter.Particle

    • Field Detail

      • life

        protected int life
      • currentLife

        protected int currentLife
      • xScale

        protected float xScale
      • xScaleDiff

        protected float xScaleDiff
      • yScale

        protected float yScale
      • yScaleDiff

        protected float yScaleDiff
      • rotation

        protected float rotation
      • rotationDiff

        protected float rotationDiff
      • velocity

        protected float velocity
      • velocityDiff

        protected float velocityDiff
      • angle

        protected float angle
      • angleDiff

        protected float angleDiff
      • angleCos

        protected float angleCos
      • angleSin

        protected float angleSin
      • transparency

        protected float transparency
      • transparencyDiff

        protected float transparencyDiff
      • wind

        protected float wind
      • windDiff

        protected float windDiff
      • gravity

        protected float gravity
      • gravityDiff

        protected float gravityDiff
      • tint

        protected float[] tint
      • frame

        protected int frame
    • Constructor Detail

      • Particle

        public Particle​(Sprite sprite)