Exemplo n.º 1
0
 public void StartParticlesWithBurst()
 {
     setMainPrewarm(false);
     MainSystem.Play();
     BurstSystem.Play();
     TrailSystem.Play();
 }
Exemplo n.º 2
0
 public void StartParticlesWithoutBurst()
 {
     setMainPrewarm(true);
     MainSystem.Play();
     TrailSystem.Play();
 }