Uses of Class
com.jme3.effect.ParticleMesh.Type

Packages that use ParticleMesh.Type
com.jme3.effect The com.jme3.effect package allows particle emitter effects to be used with a jME3 application. 
 

Uses of ParticleMesh.Type in com.jme3.effect
 

Methods in com.jme3.effect that return ParticleMesh.Type
 ParticleMesh.Type ParticleEmitter.getMeshType()
          Returns the mesh type used by the particle emitter.
static ParticleMesh.Type ParticleMesh.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParticleMesh.Type[] ParticleMesh.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.effect with parameters of type ParticleMesh.Type
 void ParticleEmitter.setMeshType(ParticleMesh.Type meshType)
          Sets the type of mesh used by the particle emitter.
 

Constructors in com.jme3.effect with parameters of type ParticleMesh.Type
ParticleEmitter(java.lang.String name, ParticleMesh.Type type, int numParticles)