C# Class Gravitation.ControllerAgents.NetworkedAgent

Inheritance: IControllerInterface
Mostrar archivo Open project: thedamoes/Gravitation

Public Methods

Method Description
Draw ( Microsoft sBatch, DebugViewXNA debugView, Matrix projection, Matrix view ) : void
NetworkedAgent ( System endpoint, SoundHandler handler ) : System
applyMovement ( ) : void
loadShip ( Microsoft cm, Microsoft graphics ) : void

Private Methods

Method Description
playerUpdateReceived ( object sender, OnMessageRecevedEventArgs e ) : void

Method Details

Draw() public method

public Draw ( Microsoft sBatch, DebugViewXNA debugView, Matrix projection, Matrix view ) : void
sBatch Microsoft
debugView DebugViewXNA
projection Matrix
view Matrix
return void

NetworkedAgent() public method

public NetworkedAgent ( System endpoint, SoundHandler handler ) : System
endpoint System
handler SoundHandler
return System

applyMovement() public method

public applyMovement ( ) : void
return void

loadShip() public method

public loadShip ( Microsoft cm, Microsoft graphics ) : void
cm Microsoft
graphics Microsoft
return void