Class WeatherParticle

java.lang.Object
zombie.iso.weather.fx.WeatherParticle
Direct Known Subclasses:
CloudParticle, FogParticle, RainParticle, SnowParticle

public abstract class WeatherParticle extends Object
TurboTuTone.
  • Constructor Details

    • WeatherParticle

      public WeatherParticle(Texture texture)
    • WeatherParticle

      public WeatherParticle(Texture texture, int w, int h)
  • Method Details

    • update

      public void update(float delta)
    • update

      public void update(float delta, boolean doBounds)
    • isOnScreen

      public boolean isOnScreen(float offsetx, float offsety)
    • render

      public void render(float offsetx, float offsety)