|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsimogl.effect.particle.AbstractParticleEffect
simogl.effect.particle.custom.Explosion
public class Explosion
This class represents an explosion particle effect
| Constructor Summary | |
|---|---|
Explosion(float x,
float y,
float z,
int numberOfParticles,
long maxPartAge,
long creationIntervall)
Creates an explosion effect with the specified parameters |
|
| Method Summary |
|---|
| Methods inherited from class simogl.effect.particle.AbstractParticleEffect |
|---|
draw, setEnabled, setPosition, setPosition, update |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Explosion(float x,
float y,
float z,
int numberOfParticles,
long maxPartAge,
long creationIntervall)
x - x-coordinatey - y-coordinatez - z-coordinatenumberOfParticles - 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 | |||||||||