C# Class afeprojectname.afeprojectname

Datei anzeigen Open project: demiurghg/FusionEngine Class Usage Examples

Public Properties

Property Type Description
console GameConsole

Private Properties

Property Type Description
GameConsole System
LoadingTask void

Public Methods

Method Description
Update ( GameTime gameTime ) : void

Called on each frame until IsCompleted returns true.

erver ( afeprojectname.Game game ) : afeprojectname

Ctor

lient ( afeprojectname.Game game ) : afeprojectname

Ctor

nterface ( afeprojectname.Game game ) : afeprojectname

Creates instance of $safeprojectname$Interface

oader ( afeprojectname lient, string serverInfo ) : afeprojectname

Ctor

Private Methods

Method Description
GameConsole ( game game ) : System
LoadingTask ( string serverInfo ) : void

Method Details

Update() public method

Called on each frame until IsCompleted returns true.
public Update ( GameTime gameTime ) : void
gameTime GameTime
return void

erver() public method

Ctor
public erver ( afeprojectname.Game game ) : afeprojectname
game afeprojectname.Game
return afeprojectname

lient() public method

Ctor
public lient ( afeprojectname.Game game ) : afeprojectname
game afeprojectname.Game
return afeprojectname

nterface() public method

Creates instance of $safeprojectname$Interface
public nterface ( afeprojectname.Game game ) : afeprojectname
game afeprojectname.Game
return afeprojectname

oader() public method

Ctor
public oader ( afeprojectname lient, string serverInfo ) : afeprojectname
lient afeprojectname
serverInfo string
return afeprojectname

Property Details

console public_oe property

public GameConsole console
return GameConsole