BlisterUI.LogoScreen.Logo.draw C# (CSharp) Méthode

draw() public méthode

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