|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.effect.Particle
public class Particle
Represents a single particle in a ParticleEmitter.
| フィールドの概要 | |
|---|---|
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. |
| コンストラクタの概要 | |
|---|---|
Particle()
|
|
| メソッドの概要 |
|---|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
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
| コンストラクタの詳細 |
|---|
public Particle()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||