Class ParticleRectangle
java.lang.Object
zombie.iso.weather.fx.ParticleRectangle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getWidth()
void
render()
boolean
void
Reset()
void
SetParticles
(WeatherParticle[] weatherParticle) void
SetParticlesStrength
(float str) void
update
(float delta)
-
Field Details
-
DEBUG_BOUNDS
protected boolean DEBUG_BOUNDS -
id
protected int id
-
-
Constructor Details
-
ParticleRectangle
public ParticleRectangle(int int0, int int1, int int2)
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
SetParticles
-
SetParticlesStrength
public void SetParticlesStrength(float str) -
requiresUpdate
public boolean requiresUpdate() -
update
public void update(float delta) -
render
public void render() -
Reset
public void Reset()
-