Wiki

Clone wiki

RogueSharp / RogueSharp.MapCreation / BorderOnlyMapCreationStrategy_1 / _ctor

BorderOnlyMapCreationStrategyT Constructor

Constructs a new BorderOnlyMapCreationStrategy with the specified parameters

Namespace: RogueSharp.MapCreation
Assembly:

Syntax

public BorderOnlyMapCreationStrategy(
    int width,
    int height
)

Parameters

width

Type: SystemInt32
The width of the Map to be created

height

Type: SystemInt32
The height of the Map to be created

See Also

Reference

BorderOnlyMapCreationStrategyT Class
RogueSharp.MapCreation Namespace

[3]: 2014-2016 Faron Bracy

Updated