is Walkable
Checks if the tile is walkable.
This method is used by the pathfinding algorithm to determine if a tile can be traversed.
Return
true
if the tile is walkable, false
otherwise.
Checks if the tile is walkable.
This method is used by the pathfinding algorithm to determine if a tile can be traversed.
true
if the tile is walkable, false
otherwise.