C# Class SceneDemo1.SceneDemo1GameInterface

Inheritance: Fusion.Engine.Common.UserInterface
Mostrar archivo Open project: demiurghg/FusionEngine

Public Properties

Property Type Description
console Fusion.Framework.GameConsole

Private Properties

Property Type Description

Public Methods

Method Description
DiscoveryResponse ( System endPoint, string serverInfo ) : void

Initialize ( ) : void

LoadContent ( ) : void

RequestToExit ( ) : void
SceneDemo1GameInterface ( Game game ) : System

Ctor

Update ( GameTime gameTime ) : void

Updates internal state of interface.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

DiscoveryResponse() public method

public DiscoveryResponse ( System endPoint, string serverInfo ) : void
endPoint System
serverInfo string
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

RequestToExit() public method

public RequestToExit ( ) : void
return void

SceneDemo1GameInterface() public method

Ctor
public SceneDemo1GameInterface ( Game game ) : System
game Game
return System

Update() public method

Updates internal state of interface.
public Update ( GameTime gameTime ) : void
gameTime GameTime
return void

Property Details

console public_oe property

public GameConsole,Fusion.Framework console
return Fusion.Framework.GameConsole