C# Class GPSTD_RM.GridPosition

Represents a single position on the level's grid. Positions may or may not be roads, and may or may not be occupied by a tower.
Show file Open project: dideler/gps-tower-defense Class Usage Examples

Public Properties

Property Type Description
isRoad bool
theTower Tower

Public Methods

Method Description
GridPosition ( Tower t, bool ir ) : System

Method Details

GridPosition() public method

public GridPosition ( Tower t, bool ir ) : System
t Tower
ir bool
return System

Property Details

isRoad public property

public bool isRoad
return bool

theTower public property

public Tower,GPSTD_RM theTower
return Tower