Beispiel #1
0
 public void Destroy()
 {
     if (this.hasStream)
     {
         this.Stop();
     }
     this.DestroyTextures();
     MovieMaterial.DestroyContext(this.m_nativeContext);
 }