|
||||||||||
前 次 | フレームあり フレームなし |
EmitterShape を使用しているパッケージ | |
---|---|
com.jme3.effect | The com.jme3.effect package allows particle emitter effects to be
used with a jME3 application. |
com.jme3.effect.influencers | |
com.jme3.effect.shapes |
com.jme3.effect での EmitterShape の使用 |
---|
EmitterShape を返す com.jme3.effect のメソッド | |
---|---|
EmitterShape |
ParticleEmitter.getShape()
|
EmitterShape 型のパラメータを持つ com.jme3.effect のメソッド | |
---|---|
void |
ParticleEmitter.setShape(EmitterShape shape)
|
com.jme3.effect.influencers での EmitterShape の使用 |
---|
EmitterShape 型のパラメータを持つ com.jme3.effect.influencers のメソッド | |
---|---|
void |
DefaultParticleInfluencer.influenceParticle(Particle particle,
EmitterShape emitterShape)
|
void |
EmptyParticleInfluencer.influenceParticle(Particle particle,
EmitterShape emitterShape)
|
void |
NewtonianParticleInfluencer.influenceParticle(Particle particle,
EmitterShape emitterShape)
|
void |
ParticleInfluencer.influenceParticle(Particle particle,
EmitterShape emitterShape)
This method influences the particle. |
com.jme3.effect.shapes での EmitterShape の使用 |
---|
EmitterShape を実装している com.jme3.effect.shapes のクラス | |
---|---|
class |
EmitterBoxShape
|
class |
EmitterMeshConvexHullShape
This emiter shape emits the particles from the given shape's interior constrained by its convex hull (a geometry that tightly wraps the mesh). |
class |
EmitterMeshFaceShape
This emiter shape emits the particles from the given shape's faces. |
class |
EmitterMeshVertexShape
This emiter shape emits the particles from the given shape's vertices |
class |
EmitterPointShape
|
class |
EmitterSphereShape
|
EmitterShape を返す com.jme3.effect.shapes のメソッド | |
---|---|
EmitterShape |
EmitterBoxShape.deepClone()
|
EmitterShape |
EmitterMeshVertexShape.deepClone()
|
EmitterShape |
EmitterPointShape.deepClone()
|
EmitterShape |
EmitterShape.deepClone()
This method creates a deep clone of the current instance of the emitter shape. |
EmitterShape |
EmitterSphereShape.deepClone()
|
|
||||||||||
前 次 | フレームあり フレームなし |