C# Class _1942.MenuPlayer

Inheritance: BasePlayer
Afficher le fichier Open project: Hoobler/Projekt1

Méthodes publiques

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

Private Methods

Méthode Description
ClosestObject ( ) : void
MoveTheShip ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

MenuPlayer() public méthode

public MenuPlayer ( ) : System
Résultat System

Update() public méthode

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