TraceRacer.PlayerObject.Draw C# (CSharp) Method

Draw() public method

Draws the player on the screen.
public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void
        public override void Draw(GameTime gameTime)
        {
            base.Draw(gameTime);
        }