Wiki

Clone wiki

RogueSharp / RogueSharp / MapState / Cells

MapStateCells Property

An array of the Flags Enumeration of CellProperties for each Cell in the Map. The index of the array corresponds to the location of the Cell within the Map using the forumla: index = ( y * Width ) + x

Namespace: RogueSharp
Assembly:

Syntax

public MapStateCellProperties[] Cells { get; set; }

Property Value

Type: MapStateCellProperties

See Also

Reference

MapState Class
RogueSharp Namespace

[4]: 2014-2016 Faron Bracy

Updated