コード例 #1
0
 public void reclaimLostElements()
 {
     //just play the particle
     LostIceElement.Stop();//Play(true);
     LostJungleElement.Stop();
     LostFireElement.Stop();
 }
コード例 #2
0
 public void releaseLostElements()
 {
     //just play the particle
     LostIceElement.Play(true);
     LostJungleElement.Play(true);
     LostFireElement.Play(true);
 }