Uses of Class
com.jmex.effects.particles.ParticleSystem.EmitType

Packages that use ParticleSystem.EmitType
com.jmex.effects.particles   
 

Uses of ParticleSystem.EmitType in com.jmex.effects.particles
 

Fields in com.jmex.effects.particles declared as ParticleSystem.EmitType
protected  ParticleSystem.EmitType ParticleSystem.emitType
           
 

Methods in com.jmex.effects.particles that return ParticleSystem.EmitType
 ParticleSystem.EmitType ParticleSystem.getEmitType()
          Get which emittype method is being used by the underlying system.
static ParticleSystem.EmitType ParticleSystem.EmitType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParticleSystem.EmitType[] ParticleSystem.EmitType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jmex.effects.particles with parameters of type ParticleSystem.EmitType
 void ParticleSystem.setEmitType(ParticleSystem.EmitType type)
          Set which emittype method is being used by the underlying system.