C# Class MonoGameQuest.PathfindingBox

Inheritance: MonoGameQuestComponent
Exibir arquivo Open project: half-ogre/MonoGameQuest

Public Methods

Method Description
PathfindingBox ( MonoGameQuest game ) : System.Linq
Update ( GameTime gameTime ) : void

Method Details

PathfindingBox() public method

public PathfindingBox ( MonoGameQuest game ) : System.Linq
game MonoGameQuest
return System.Linq

Update() public method

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