Beispiel #1
0
 public void Stop()
 {
     if (!this.hasStream)
     {
         return;
     }
     this.Transparency = 0f;
     MovieMaterial.CloseStream(this.m_nativeContext);
     this.m_hasFinished = true;
     this.hasStream     = false;
     SoundLib.StopMovieMusic(this.movieKey, false);
 }