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

A tile with coordinates, walkable status and weight. More...

Inheritance diagram for Caskev.GridToolkit.IWeightedTile:
[legend]
Collaboration diagram for Caskev.GridToolkit.IWeightedTile:
[legend]

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.
 

Detailed Description

A tile with coordinates, walkable status and weight.


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