AGS.Editor.SplashPage.ConstructFull C# (CSharp) Méthode

ConstructFull() public méthode

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