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 TypeMethodDescriptionboolean
isOnScreen
(float offsetx, float offsety) void
render
(float offsetx, float offsety) void
update
(float delta) void
update
(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)
-