C# Class MonoGameQuest.Pathfinder

显示文件 Open project: half-ogre/MonoGameQuest Class Usage Examples

Public Methods

Method Description
FindPath ( Vector2 start, Vector2 end ) : Queue

Method Details

FindPath() public method

public FindPath ( Vector2 start, Vector2 end ) : Queue
start Microsoft.Xna.Framework.Vector2
end Microsoft.Xna.Framework.Vector2
return Queue