Package zombie.iso.weather.fx
Class CloudParticle
java.lang.Object
zombie.iso.weather.fx.WeatherParticle
zombie.iso.weather.fx.CloudParticle
-
Field Summary
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
ConstructorDescriptionCloudParticle
(Texture texture) CloudParticle
(Texture texture, int int1, int int2) -
Method Summary
Methods inherited from class zombie.iso.weather.fx.WeatherParticle
isOnScreen, render, setParent, update, updateZoomSize
-
Field Details
-
angleOffset
protected float angleOffset
-
-
Constructor Details
-
CloudParticle
-
CloudParticle
-
-
Method Details
-
update
public void update(float float1) - Overrides:
update
in classWeatherParticle
-