Creates an instance of a path shape.
Namespace:
Hilva.AI.PathFindingAssembly: Hilva (in Hilva.dll)
Syntax
| C# |
|---|
public PathShape( IEnumerable<Point> grids ) |
Parameters
- grids
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Point>)>)