C# Class Gravitation.Screens.GameTypes.TwoPlayerServerWrapper

Inheritance: IDrawableScreen
Show file Open project: thedamoes/Gravitation

Public Methods

Method Description
Draw ( Microsoft sb, Microsoft gameTime ) : void
HandleKeyboard ( Microsoft curState, Microsoft prevState ) : void
LoadContent ( Microsoft dMan, Microsoft cm ) : void
TwoPlayerServerWrapper ( TwoPlayerBaseGame game, Comms server ) : System
Update ( Microsoft gameTime ) : void
getView ( ) : Microsoft.Xna.Framework.Matrix
windowCloseing ( ) : void

Method Details

Draw() public method

public Draw ( Microsoft sb, Microsoft gameTime ) : void
sb Microsoft
gameTime Microsoft
return void

HandleKeyboard() public method

public HandleKeyboard ( Microsoft curState, Microsoft prevState ) : void
curState Microsoft
prevState Microsoft
return void

LoadContent() public method

public LoadContent ( Microsoft dMan, Microsoft cm ) : void
dMan Microsoft
cm Microsoft
return void

TwoPlayerServerWrapper() public method

public TwoPlayerServerWrapper ( TwoPlayerBaseGame game, Comms server ) : System
game TwoPlayerBaseGame
server Comms
return System

Update() public method

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
return void

getView() public method

public getView ( ) : Microsoft.Xna.Framework.Matrix
return Microsoft.Xna.Framework.Matrix

windowCloseing() public method

public windowCloseing ( ) : void
return void