C# Class Fusion.Engine.Client.GameLoader

Performs loading of client-side game content. The derived class should create task where it loads all content. When task completed all visual and aural objects should be arranged in FinalizeLoad.
Inheritance: System.DisposableBase
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Méthode Description
GameLoader ( ) : System

Creates instance of GameLoader.

Update ( GameTime gameTime ) : void

Called on each frame until GameLoader returns IsCompleted..

Method Details

GameLoader() public méthode

Creates instance of GameLoader.
public GameLoader ( ) : System
Résultat System

Update() abstract public méthode

Called on each frame until GameLoader returns IsCompleted..
abstract public Update ( GameTime gameTime ) : void
gameTime Fusion.Engine.Common.GameTime
Résultat void