Метод | Описание | |
---|---|---|
BattlefieldSpecification ( ) : System |
Creates a standard 800 x 600 battlefield.
|
|
BattlefieldSpecification ( int width, int height ) : System |
Creates a battlefield of the specified width and height.
|
public BattlefieldSpecification ( ) : System | ||
Результат | System |
public BattlefieldSpecification ( int width, int height ) : System | ||
width | int | The width of the battlefield, where 400 >= width <= 5000. |
height | int | The height of the battlefield, where 400 >= height <= 5000. |
Результат | System |