AStar2D.setPointDisabled

Disables or enables the specified point for pathfinding. Useful for making a temporary obstacle.

struct AStar2D
@nogc nothrow
void
setPointDisabled
(
in long id
,
in bool disabled = true
)

Meta