spaceconquest.TextLine.Draw C# (CSharp) 메소드

Draw() 공개 메소드

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