Property | Type | Description | |
---|---|---|---|
Id | int |
Method | Description | |
---|---|---|
Combine ( ) : |
||
Combine ( |
Combines all tiles to form a graphic plane.
|
|
EnumerateSquares ( ) : IEnumerable |
||
IsHelperTile ( int tileset, int tile ) : bool | ||
Load ( int id ) : |
Loads existing map using in-game ID. (Alt+F2)
|
|
Map ( Stream stream ) : System |
Loads map from stream.
|
|
Map ( int id, Stream stream ) : System |
Loads map from stream and assigns an id.
|
Method | Description | |
---|---|---|
Minimize ( |
public Combine ( |
||
args | ||
return |
public static IsHelperTile ( int tileset, int tile ) : bool | ||
tileset | int | |
tile | int | |
return | bool |
public Map ( Stream stream ) : System | ||
stream | Stream | /// Source stream. /// |
return | System |
public Map ( int id, Stream stream ) : System | ||
id | int | /// Id of map. /// |
stream | Stream | /// Source stream. /// |
return | System |