Package zombie.iso.weather.fx
Class FogParticle
java.lang.Object
zombie.iso.weather.fx.WeatherParticle
zombie.iso.weather.fx.FogParticle
public class FogParticle extends WeatherParticle
-
Field Summary
Fields Modifier and Type Field Description protected floatangleOffsetFields 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 FogParticle(Texture texture, int int1, int int2) -
Method Summary
Modifier and Type Method Description voidupdate(float float1)Methods inherited from class zombie.iso.weather.fx.WeatherParticle
render, setParent, update, updateZoomSizeMethods 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
-
FogParticle
-
-
Method Details
-
update
public void update(float float1)- Overrides:
updatein classWeatherParticle
-