C# Class IntegrationTestSpike.TowerDemo.Models.Land

Exibir arquivo 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_oe property

public int LowerRightX
return int

LowerRightY public_oe property

public int LowerRightY
return int

Towers public_oe property

public List Towers
return List

UpperLeftX public_oe property

public int UpperLeftX
return int

UpperLeftY public_oe property

public int UpperLeftY
return int