Searched refs:setLowLife (Results 1 – 13 of 13) sorted by relevance
76 flame.setLowLife(.4f); in createFlame()99 flash.setLowLife(.2f); in createFlash()121 roundspark.setLowLife(1.8f); in createRoundSpark()143 spark.setLowLife(1.1f); in createSpark()166 smoketrail.setLowLife(.4f); in createSmokeTrail()191 debris.setLowLife(1.4f); in createDebris()215 shockwave.setLowLife(0.5f); in createShockwave()
87 fire.setLowLife(0.5f); in simpleInitApp()104 smoke.setLowLife(100f); in simpleInitApp()
64 emit.setLowLife(1); in simpleInitApp()
59 emit.setLowLife(60); in simpleInitApp()
58 emit.setLowLife(5); in simpleInitApp()
67 fire.setLowLife(1f); in simpleInitApp()
66 emit.setLowLife(1); in simpleInitApp()
122 fire.setLowLife(0.5f); in simpleInitApp()
76 effect.setLowLife(.4f); in prepareEffect()
218 effect.setLowLife(.4f); in prepareEffect()
166 result.setLowLife(lifetime * (1.0f - randlife)); in toParticleEmitter()
217 fire.setLowLife(0.5f);
695 public void setLowLife(float lowLife) { in setLowLife() method in ParticleEmitter