Package zombie.iso.weather.fx
Class ParticleRectangle
java.lang.Object
zombie.iso.weather.fx.ParticleRectangle
public class ParticleRectangle
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanDEBUG_BOUNDS -
Constructor Summary
Constructors Constructor Description ParticleRectangle(int int1, int int2) -
Method Summary
Modifier and Type Method Description intgetHeight()intgetWidth()voidrender()booleanrequiresUpdate()voidSetParticles(WeatherParticle[] weatherParticleArray)voidSetParticlesStrength(float float1)voidupdate(float float1)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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()
-