C# Class VeeGen.Pathfinding.PGPathfinder

Mostrar archivo Open project: SuperV1234/VeeGen

Public Methods

Method Description
FindPath ( VGArea mMap, PGNode mStart, PGNode mEnd ) : Path

Method Details

FindPath() public static method

public static FindPath ( VGArea mMap, PGNode mStart, PGNode mEnd ) : Path
mMap VGArea
mStart PGNode
mEnd PGNode
return Path