C# Class MonoGameQuest.Pathfinder

Afficher le fichier Open project: half-ogre/MonoGameQuest Class Usage Examples

Méthodes publiques

Méthode Description
FindPath ( Vector2 start, Vector2 end ) : Queue

Method Details

FindPath() public méthode

public FindPath ( Vector2 start, Vector2 end ) : Queue
start Microsoft.Xna.Framework.Vector2
end Microsoft.Xna.Framework.Vector2
Résultat Queue