|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| ParticleMesh.Type を使用しているパッケージ | |
|---|---|
| com.jme3.effect | The com.jme3.effect package allows particle emitter effects to be
used with a jME3 application. |
| com.jme3.effect での ParticleMesh.Type の使用 |
|---|
| ParticleMesh.Type を返す com.jme3.effect のメソッド | |
|---|---|
ParticleMesh.Type |
ParticleEmitter.getMeshType()
Returns the mesh type used by the particle emitter. |
static ParticleMesh.Type |
ParticleMesh.Type.valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static ParticleMesh.Type[] |
ParticleMesh.Type.values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
| ParticleMesh.Type 型のパラメータを持つ com.jme3.effect のメソッド | |
|---|---|
void |
ParticleEmitter.setMeshType(ParticleMesh.Type meshType)
Sets the type of mesh used by the particle emitter. |
| ParticleMesh.Type 型のパラメータを持つ com.jme3.effect のコンストラクタ | |
|---|---|
ParticleEmitter(java.lang.String name,
ParticleMesh.Type type,
int numParticles)
|
|
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||