C# Class CityGenerator.CityData

Generated Data for a city
显示文件 Open project: TobieD/City-Generator Class Usage Examples

Public Properties

Property Type Description
Bounds Voronoi.Rectangle
Districts List

Public Methods

Method Description
CityData ( ) : System.Collections.Generic
Clear ( ) : void

Method Details

CityData() public method

public CityData ( ) : System.Collections.Generic
return System.Collections.Generic

Clear() public method

public Clear ( ) : void
return void

Property Details

Bounds public_oe property

public Rectangle,Voronoi Bounds
return Voronoi.Rectangle

Districts public_oe property

public List Districts
return List