Exemplo n.º 1
0
 public void Stop_FireClose()
 {
     if (FireClose != null && FireClose.isPlaying)
     {
         FireClose.Stop();
     }
 }
Exemplo n.º 2
0
 public void Play_FireClose()
 {
     if (FireClose != null && !FireClose.isPlaying)
     {
         FireClose.Play();
     }
 }