Bug.Display.Button.Draw C# (CSharp) 메소드

Draw() 공개 메소드

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void
        public override void Draw(SpriteBatch batch)
        {
            batch.Draw(tex, new Rectangle(x, y, tex.Width, tex.Height), Color.White);
        }