예제 #1
0
                // ...

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

                    updateCurrentParticleSystemNameText();
                }
예제 #2
0
                // ...

                public void next()
                {
                    list.next();
                    updateCurrentParticleSystemNameText();
                }