Wiki

Clone wiki

RogueSharp / RogueSharp / GoalMap / AddObstacles

GoalMapAddObstacles Method

Add multiple obstacles from the specified enumeration of locations

Namespace: RogueSharp
Assembly:

Syntax

public 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

Implements

IGoalMapAddObstacles(IEnumerablePoint)

See Also

Reference

GoalMap Class
RogueSharp Namespace

[5]: 2014-2016 Faron Bracy

Updated