Creates an instance of a path shape.

Namespace:  Hilva.AI.PathFinding
Assembly:  Hilva (in Hilva.dll)

Syntax

C#
public PathShape(
	IEnumerable<Point> grids
)

Parameters

grids
Type: System.Collections.Generic..::.IEnumerable<(Of <(Point>)>)

See Also