|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.rico.engine.effect.particle.AbstractParticleEffect
de.rico.engine.effect.particle.custom.Rain
public class Rain
Constructor Summary | |
---|---|
Rain(float x,
float y,
float z,
float size,
int numberOfParticles,
long maxPartAge,
long creationIntervall)
Creates a rain effect with the specified parameters. |
Method Summary |
---|
Methods inherited from class de.rico.engine.effect.particle.AbstractParticleEffect |
---|
draw, getCreationInterval, getMaxPartAge, getMaxParticleCount, getParticleSize, getPosition, getTexturePath, setEnabled, setPosition, setPosition, setTexture, update |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Rain(float x, float y, float z, float size, int numberOfParticles, long maxPartAge, long creationIntervall)
x
- x-coordinatey
- y-coordinatez
- z-coordinatesize
- particle sizenumberOfParticles
- maximum number of particles to usemaxPartAge
- maximum particle age (in miliseconds)creationIntervall
- intervall between the generation of two particles (in miliseconds)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |