Wiki

Clone wiki

RogueSharp / RogueSharp.MapCreation / StringDeserializeMapCreationStrategy_1 / CreateMap

StringDeserializeMapCreationStrategyTCreateMap Method

Creates a Map of the specified type from a string representation of the Map

Namespace: RogueSharp.MapCreation
Assembly:

Syntax

public T CreateMap()

Return Value

Type: T
An IMap of the specified type

Implements

IMapCreationStrategyTCreateMap

Remarks

The following symbols represent Cells on the Map: - .: Cell is transparent and walkable - s: Cell is walkable (but not transparent) - o: Cell is transparent (but not walkable) - #: Cell is not transparent or walkable

See Also

Reference

StringDeserializeMapCreationStrategyT Class
RogueSharp.MapCreation Namespace

[4]: 2014-2016 Faron Bracy

Updated