Wiki

Clone wiki

RogueSharp / RogueSharp / IMap / Copy

IMapCopy Method (IMap)

Copies the Cell properties of a smaller source Map into this destination Map at location (0,0)

Namespace: RogueSharp
Assembly:

Syntax

void Copy(
    IMap sourceMap
)

Parameters

sourceMap

Type: RogueSharpIMap
An IMap which must be of smaller size and able to fit in this destination Map at the specified location

See Also

Reference

IMap Interface
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated