BlisterUI.LogoScreen.Logo.draw C# (CSharp) Method

draw() public method

public draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void
            public void draw(SpriteBatch batch)
            {
                batch.Draw(texture, location, null, Color, Rotation, tCenter, scale, SpriteEffects.None, 0f);
            }