Exemple #1
0
        public static MyGuiScreenIntroVideo CreateBackgroundScreen()
        {
            var result = new MyGuiScreenIntroVideo(MyPerGameSettings.GUI.MainMenuBackgroundVideos);

            result.m_colorMultiplier = new Vector4(0.5f, 0.5f, 0.5f, 1);
            return(result);
        }
 private static void AddCloseEvent(Action onVideoFinished, MyGuiScreenIntroVideo result)
 {
     result.Closed += (screen) => onVideoFinished();
 }
 public static MyGuiScreenIntroVideo CreateBackgroundScreen()
 {
     var result = new MyGuiScreenIntroVideo(MyPerGameSettings.GUI.MainMenuBackgroundVideos);
     result.m_colorMultiplier = new Vector4(0.5f, 0.5f, 0.5f, 1);
     return result;
 }
Exemple #4
0
 private static void AddCloseEvent(Action onVideoFinished, MyGuiScreenIntroVideo result)
 {
     result.Closed += (screen) => onVideoFinished();
 }
 public static MyGuiScreenIntroVideo CreateBackgroundScreen()
 {
     var result = new MyGuiScreenIntroVideo(MyPerGameSettings.GUI.MainMenuBackgroundVideos);
     return result;
 }
        public static MyGuiScreenIntroVideo CreateBackgroundScreen()
        {
            var result = new MyGuiScreenIntroVideo(MyPerGameSettings.GUI.MainMenuBackgroundVideos);

            return(result);
        }