C# Class _1942.MenuPlayer

Inheritance: BasePlayer
Datei anzeigen Open project: Hoobler/Projekt1

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
MenuPlayer ( ) : System
Update ( KeyboardState keyState, GameTime gameTime ) : void

Private Methods

Method Description
ClosestObject ( ) : void
MoveTheShip ( ) : void

Method Details

Draw() public method

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

MenuPlayer() public method

public MenuPlayer ( ) : System
return System

Update() public method

public Update ( KeyboardState keyState, GameTime gameTime ) : void
keyState Microsoft.Xna.Framework.Input.KeyboardState
gameTime Microsoft.Xna.Framework.GameTime
return void