Exemple #1
0
 private bool _UpdateBackground()
 {
     string[] photos = CVocaluxeServer.GetPhotosOfThisRound();
     _SlideShowBG.RemoveSlideShowTextures();
     foreach (string photo in photos)
     {
         _SlideShowBG.AddSlideShowTexture(photo);
     }
     return(photos.Length > 0);
 }