C# Class SceneDemo1.SceneDemo1GameInterface

Inheritance: Fusion.Engine.Common.UserInterface
Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Свойство Type Description
console Fusion.Framework.GameConsole

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

DiscoveryResponse() public méthode

public DiscoveryResponse ( System endPoint, string serverInfo ) : void
endPoint System
serverInfo string
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

RequestToExit() public méthode

public RequestToExit ( ) : void
Résultat void

SceneDemo1GameInterface() public méthode

Ctor
public SceneDemo1GameInterface ( Game game ) : System
game Game
Résultat System

Update() public méthode

Updates internal state of interface.
public Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

Property Details

console public_oe property

public GameConsole,Fusion.Framework console
Résultat Fusion.Framework.GameConsole