libtcod-net
TCODPathFinding Constructor (width, height, diagonalCost, callback)
NamespaceslibtcodWrapperTCODPathFindingTCODPathFinding(Int32, Int32, Double, TCODPathCallback)
Create a new TCODPathFinding with a callback to determine cell information
Declaration Syntax
C#
public TCODPathFinding(
	int width,
	int height,
	double diagonalCost,
	TCODPathCallback callback
)
Parameters
width (Int32)
Map Width
height (Int32)
Map Height
diagonalCost (Double)
Factor diagonal moves cost more
callback (TCODPathCallback)
Callback from path finder

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)