Wiki

Clone wiki

RogueSharp / RogueSharp / Map / Width

MapWidth Property

How many Cells wide the Map is

Namespace: RogueSharp
Assembly:

Syntax

public int Width { get; }

Property Value

Type: Int32

Implements

IMapWidth

Remarks

A Map with a Width of 10 will have Cells with X locations of 0 through 9 Cells with an X value of 0 will be the leftmost Cells

See Also

Reference

Map Class
RogueSharp Namespace

[4]: 2014-2016 Faron Bracy

Updated