프로퍼티 | 타입 | 설명 | |
---|---|---|---|
currentHeight | byte | ||
mapData | XCom.Interfaces.Base.IMapTile[] | ||
mapSize | MapSize | ||
name | string | ||
selected | MapLocation | ||
tiles | List |
메소드 | 설명 | |
---|---|---|
Down ( ) : void |
Changes the currentHeight property and fires a HeightChanged event
|
|
ResizeTo ( int r, int c, int h ) : void | ||
Save ( ) : void | ||
Save ( System s ) : void | ||
SaveGif ( string file ) : void |
Not yet generic enough to call with custom derived classes other than XCMapFile
|
|
Up ( ) : void |
Changes the currentHeight property and fires a HeightChanged event
|
|
this ( MapLocation location ) : |
Get/Set a MapTile using a MapLocation
|
|
this ( int row, int col ) : |
Get/Set a MapTile at the current height using row,col values
|
|
this ( int row, int col, int height ) : |
Get/Set a MapTile using row,col,height values. No error checking is done to ensure that the location is valid
|
메소드 | 설명 | |
---|---|---|
IMap_Base ( string name, List |
protected IMap_Base ( string name, List |
||
name | string | |
tiles | List |
|
리턴 | System |
public this ( int row, int col, int height ) : |
||
row | int | |
col | int | |
height | int | |
리턴 |
protected IMapTile[],XCom.Interfaces.Base mapData | ||
리턴 | XCom.Interfaces.Base.IMapTile[] |