C# Class PSSMDemo.MainGame

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

Méthodes publiques

Méthode Description
MainGame ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
CreateShadowMap ( ) : void
DrawModelWithShadowMap ( Model model ) : void
DrawOverlayText ( ) : void
DrawShadowCaster ( ShadowMapEffect effect, Model model ) : void
DrawShadowCasters ( Matrix eyeView, Matrix eyeProjection, ShadowMapEffect effect ) : void
DrawShadowMapToScreen ( ) : void
DrawWithShadowMap ( ) : void
HandleInput ( GameTime gameTime ) : void
UpdateCamera ( GameTime gameTime ) : void

Method Details

Draw() protected méthode

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

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

MainGame() public méthode

public MainGame ( ) : System
Résultat System

Update() protected méthode

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