Wiki

Clone wiki

RogueSharp / RogueSharp / IGoalMap / AddObstacles

IGoalMapAddObstacles Method

Add multiple obstacles from the specified enumeration of locations

Namespace: RogueSharp
Assembly:

Syntax

void AddObstacles(
    IEnumerable<Point> obstacles
)

Parameters

obstacles

Type: System.Collections.GenericIEnumerablePoint
An enumeration of points representing X, Y locations of Obstacles to avoid when pathfinding

See Also

Reference

IGoalMap Interface
RogueSharp Namespace

[4]: 2014-2016 Faron Bracy

Updated