Wiki

Clone wiki

RogueSharp / RogueSharp / Map / _ctor_1

Map Constructor (Int32, Int32)

Constructor creates a new Map and immediately initializes it

Namespace: RogueSharp
Assembly:

Syntax

public Map(
    int width,
    int height
)

Parameters

width

Type: SystemInt32
How many Cells wide the Map will be

height

Type: SystemInt32
How many Cells tall the Map will be

See Also

Reference

Map Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated