Class ParticleRectangle

java.lang.Object
zombie.iso.weather.fx.ParticleRectangle

public class ParticleRectangle extends Object
TurboTuTone.
  • Constructor Details

    • ParticleRectangle

      public ParticleRectangle(int w, int h)
  • Method Details

    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • SetParticles

      public void SetParticles(WeatherParticle[] parts)
    • SetParticlesStrength

      public void SetParticlesStrength(float str)
    • requiresUpdate

      public boolean requiresUpdate()
    • update

      public void update(float delta)
    • render

      public void render()