|
Unity Grid Toolkit
Utilitary API to proceed operations on abstract grids such as tile extraction, raycasting, and pathfinding.
|
A tile with coordinates, walkable status and weight. More...
Properties | |
| float | Weight [get] |
| The movement cost to enter this tile. | |
Properties inherited from Caskev.GridToolkit.ITile | |
| bool | IsWalkable [get] |
| Is the tile walkable (or "transparent" for line of sight and cone of vision methods) | |
| int | X [get] |
| The tile horizontal coordinate. | |
| int | Y [get] |
| The tile vertical coordinate. | |
A tile with coordinates, walkable status and weight.