C# 클래스 IntegrationTestSpike.TowerDemo.Models.Land

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

공개 프로퍼티들

프로퍼티 타입 설명
LowerRightX int
LowerRightY int
Towers List
UpperLeftX int
UpperLeftY int

프로퍼티 상세

LowerRightX 공개적으로 프로퍼티

public int LowerRightX
리턴 int

LowerRightY 공개적으로 프로퍼티

public int LowerRightY
리턴 int

Towers 공개적으로 프로퍼티

public List Towers
리턴 List

UpperLeftX 공개적으로 프로퍼티

public int UpperLeftX
리턴 int

UpperLeftY 공개적으로 프로퍼티

public int UpperLeftY
리턴 int