Class WeatherParticle
java.lang.Object
zombie.iso.weather.fx.WeatherParticle
-
Constructor Summary
ConstructorsConstructorDescriptionWeatherParticle(Texture _texture) WeatherParticle(Texture _texture, int w, int h) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisOnScreen(float offsetx, float offsety) voidrender(float offsetx, float offsety) voidupdate(float delta) voidupdate(float delta, boolean doBounds)
-
Constructor Details
-
WeatherParticle
-
WeatherParticle
-
-
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)
-