C# 클래스 Robocode.Control.BattlefieldSpecification

파일 보기 프로젝트 열기: f13mash/roboyuddh 1 사용 예제들

공개 메소드들

메소드 설명
BattlefieldSpecification ( ) : System

Creates a standard 800 x 600 battlefield.

BattlefieldSpecification ( int width, int height ) : System

Creates a battlefield of the specified width and height.

메소드 상세

BattlefieldSpecification() 공개 메소드

Creates a standard 800 x 600 battlefield.
public BattlefieldSpecification ( ) : System
리턴 System

BattlefieldSpecification() 공개 메소드

Creates a battlefield of the specified width and height.
Thrown when the width or height is < 400 or > 5000. ///
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