Package zombie.iso.weather.fx
Class SnowParticle
java.lang.Object
zombie.iso.weather.fx.WeatherParticle
zombie.iso.weather.fx.SnowParticle
public class SnowParticle extends WeatherParticle
-
Field Summary
Fields Modifier and Type Field Description protected float
angleOffset
Fields inherited from class zombie.iso.weather.fx.WeatherParticle
alpha, alphaFadeMod, bounds, color, lastZoomMod, oHeight, oWidth, parent, position, recalcSizeOnZoom, renderAlpha, speed, texture, velocity, zoomMultiH, zoomMultiW
-
Constructor Summary
Constructors Constructor Description SnowParticle(Texture texture)
-
Method Summary
Methods inherited from class zombie.iso.weather.fx.WeatherParticle
setParent, update, updateZoomSize
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
angleOffset
protected float angleOffset
-
-
Constructor Details
-
SnowParticle
-
-
Method Details
-
setLife
protected void setLife() -
update
public void update(float float1)- Overrides:
update
in classWeatherParticle
-
render
public void render(float float1, float float2)- Overrides:
render
in classWeatherParticle
-