Unity Grid Toolkit
Utilitary API to proceed operations on abstract grids such as tile extraction, raycasting, and pathfinding.
Loading...
Searching...
No Matches
Caskev.GridToolkit.ITile Interface Reference

A simple tile with coordinates and walkable status. More...

Inheritance diagram for Caskev.GridToolkit.ITile:
[legend]

Properties

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.
 

Detailed Description

A simple tile with coordinates and walkable status.


The documentation for this interface was generated from the following file: