C# Class IntegrationTestSpike.TowerDemo.Models.Land

Show file Open project: cuipengfei/Spikes Class Usage Examples

Public Properties

Property Type Description
LowerRightX int
LowerRightY int
Towers List
UpperLeftX int
UpperLeftY int

Property Details

LowerRightX public property

public int LowerRightX
return int

LowerRightY public property

public int LowerRightY
return int

Towers public property

public List Towers
return List

UpperLeftX public property

public int UpperLeftX
return int

UpperLeftY public property

public int UpperLeftY
return int