public void previous() { if (particleMode == ParticleMode.looping) { loopingParticleSystems.previous(); } else if (particleMode == ParticleMode.oneshot) { oneshotParticleSystems.previous(); } updateCurrentParticleSystemNameText(); }
public void previous() { list.previous(); updateCurrentParticleSystemNameText(); }