spaceconquest.TextLine.Draw C# (CSharp) Méthode

Draw() public méthode

public Draw ( ) : void
Résultat void
        public override void Draw()
        {
            try { MenuManager.batch.DrawString(Game1.textFont, text, stringvector, Color.Yellow); }
            catch (ArgumentException) { }
        }