Searched refs:lowLife (Results 1 – 1 of 1) sorted by relevance
94 private float lowLife = 3f; field in ParticleEmitter684 return lowLife; in getLowLife()695 public void setLowLife(float lowLife) { in setLowLife() argument696 this.lowLife = lowLife; in setLowLife()836 p.startlife = lowLife + FastMath.nextRandomFloat() * (highLife - lowLife); in emitParticle()1103 oc.write(lowLife, "lowLife", 0); in write()1140 lowLife = ic.readFloat("lowLife", 0); in read()