AStar2D.isPointDisabled

Returns whether a point is disabled or not for pathfinding. By default, all points are enabled.

struct AStar2D
@nogc nothrow const
bool
isPointDisabled
(
in long id
)

Meta