C# Class GameEngine.Pathfinding.Path

Datei anzeigen Open project: MichaelAquilina/Some-2D-RPG Class Usage Examples

Public Methods

Method Description
Path ( ) : System.Collections.Generic
Path ( ANode node, Vector2 pxStart, Vector2 pxEnd ) : System.Collections.Generic

Method Details

Path() public method

public Path ( ) : System.Collections.Generic
return System.Collections.Generic

Path() public method

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