C# Class TerrainGeneration.WalkCamera

This is a game component that implements IUpdateable.
Inheritance: Microsoft.Xna.Framework.GameComponent
Show file Open project: geofftnz/TestBench1 Class Usage Examples

Public Methods

Method Description
Update ( GameTime gameTime ) : void
WalkCamera ( Microsoft.Xna.Framework.Game game ) : System

Method Details

Update() public method

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

WalkCamera() public method

public WalkCamera ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
return System