C# Class AStarPathFinding.AStarGame

Inheritance: Microsoft.Xna.Framework.Game
Show file Open project: Andrea/IncompleteGameLabs Class Usage Examples

Public Methods

Method Description
AStarGame ( ) : Microsoft.Xna.Framework

Protected Methods

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

Method Details

AStarGame() public method

public AStarGame ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

Draw() protected method

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

Initialize() protected method

protected Initialize ( ) : void
return void

Update() protected method

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