Wiki

Clone wiki

RogueSharp / RogueSharp / Map / GetCellsInRadius

MapGetCellsInRadius Method

Get an IEnumerable of Cells in a circular Radius around the Origin Cell

Namespace: RogueSharp
Assembly:

Syntax

public IEnumerable<Cell> GetCellsInRadius(
    int xOrigin,
    int yOrigin,
    int radius
)

Parameters

xOrigin

Type: SystemInt32
X location of the Origin Cell with 0 as the farthest left

yOrigin

Type: SystemInt32
Y location of the Origin Cell with 0 as the top

radius

Type: SystemInt32
The number of Cells to get in a radius from the Origin Cell

Return Value

Type: IEnumerableCell
IEnumerable of Cells in a circular Radius around the Origin Cell

Implements

IMapGetCellsInRadius(Int32, Int32, Int32)

See Also

Reference

Map Class
RogueSharp Namespace

[5]: 2014-2016 Faron Bracy

Updated