C# Class Henge3D.Holodeck.Holodeck

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: bretternst/Henge3D Class Usage Examples

Méthodes publiques

Méthode Description
CreateScene ( int sceneNumber ) : void
Holodeck ( ) : System
UpdateFps ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
SpawnRagdoll ( ) : void
SpawnSelectedObject ( ) : void

Method Details

CreateScene() public méthode

public CreateScene ( int sceneNumber ) : void
sceneNumber int
Résultat void

Draw() protected méthode

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Holodeck() public méthode

public Holodeck ( ) : System
Résultat System

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() protected méthode

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

UpdateFps() public méthode

public UpdateFps ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void