Package zombie.iso.weather.fx
Class ParticleRectangle
java.lang.Object
zombie.iso.weather.fx.ParticleRectangle
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getWidth()
void
render()
boolean
void
SetParticles
(WeatherParticle[] weatherParticleArray) void
SetParticlesStrength
(float float1) void
update
(float float1)
-
Field Details
-
DEBUG_BOUNDS
protected boolean DEBUG_BOUNDS
-
-
Constructor Details
-
ParticleRectangle
public ParticleRectangle(int int1, int int2)
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
SetParticles
-
SetParticlesStrength
public void SetParticlesStrength(float float1) -
requiresUpdate
public boolean requiresUpdate() -
update
public void update(float float1) -
render
public void render()
-