AGS.Editor.SplashPage.ConstructFull C# (CSharp) Method

ConstructFull() public method

public ConstructFull ( string tagLine ) : void
tagLine string
return void
        public void ConstructFull(string tagLine)
        {
            GeneralLooks = SplashLooks.Full;
            ArrangeLogo();
            ArrangeTagLine(tagLine);
            ArrangeBuildInfo();
        }