C# Class Graffiti.Samples.Quake3Shader.Game

Inheritance: Microsoft.Xna.Framework.Game
Show file Open project: ananthonline/graffiti Class Usage Examples

Public Methods

Method Description
Game ( ) : Graffiti.Core.Animation

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Game() public method

public Game ( ) : Graffiti.Core.Animation
return Graffiti.Core.Animation

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void