Class RainParticle

java.lang.Object
zombie.iso.weather.fx.WeatherParticle
zombie.iso.weather.fx.RainParticle

public class RainParticle extends WeatherParticle
TurboTuTone.
  • Field Details

    • angleOffset

      protected float angleOffset
  • Constructor Details

    • RainParticle

      public RainParticle(Texture texture, int height)
  • Method Details

    • setLife

      protected void setLife()
    • update

      public void update(float delta)
      Overrides:
      update in class WeatherParticle
    • render

      public void render(float offsetx, float offsety)
      Overrides:
      render in class WeatherParticle