C# Class XCom.MapSize

ファイルを表示 Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Properties

Property Type Description
Rows int

Public Methods

Method Description
MapSize ( int rows, int cols, int height ) : System
ToString ( ) : string

Method Details

MapSize() public method

public MapSize ( int rows, int cols, int height ) : System
rows int
cols int
height int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Rows public_oe property

public int Rows
return int