|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.effect.Particle
public class Particle
Represents a single particle in a ParticleEmitter
.
Field Summary | |
---|---|
float |
angle
Particle rotation angle (in radians). |
ColorRGBA |
color
Particle color |
int |
imageIndex
Particle image index. |
float |
life
Particle remaining life, in seconds. |
Vector3f |
position
Current particle position |
float |
rotateSpeed
Particle rotation angle speed (in radians). |
float |
size
Particle size or radius. |
float |
startlife
The initial particle life |
Vector3f |
velocity
Particle velocity. |
Constructor Summary | |
---|---|
Particle()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Vector3f velocity
public final Vector3f position
public final ColorRGBA color
public float size
public float life
public float startlife
public float angle
public float rotateSpeed
public int imageIndex
Constructor Detail |
---|
public Particle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |