コード例 #1
0
 public void StartParticlesWithBurst()
 {
     setMainPrewarm(false);
     MainSystem.Play();
     BurstSystem.Play();
     TrailSystem.Play();
 }
コード例 #2
0
 public void StartParticlesWithoutBurst()
 {
     setMainPrewarm(true);
     MainSystem.Play();
     TrailSystem.Play();
 }