UnityEditor.WelcomeScreen.ShowWelcomeScreenAtStartup C# (CSharp) Method

ShowWelcomeScreenAtStartup() private static method

private static ShowWelcomeScreenAtStartup ( ) : void
return void
        private static void ShowWelcomeScreenAtStartup()
        {
            LoadLogos();
            if (s_ShowAtStartup)
            {
                DoShowWelcomeScreen("Startup");
            }
        }