C# Class GameEngine.Pathfinding.Path

Afficher le fichier Open project: MichaelAquilina/Some-2D-RPG Class Usage Examples

Méthodes publiques

Méthode Description
Path ( ) : System.Collections.Generic
Path ( ANode node, Vector2 pxStart, Vector2 pxEnd ) : System.Collections.Generic

Method Details

Path() public méthode

public Path ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Path() public méthode

public Path ( ANode node, Vector2 pxStart, Vector2 pxEnd ) : System.Collections.Generic
node ANode
pxStart Microsoft.Xna.Framework.Vector2
pxEnd Microsoft.Xna.Framework.Vector2
Résultat System.Collections.Generic