C# Class CityGenerator.DistrictCell

Contains road information and district information of a cell
Inheritance: Voronoi.Cell
Afficher le fichier Open project: TobieD/City-Generator Class Usage Examples

Méthodes publiques

Свойство Type Description
DistrictType string
Roads List

Méthodes publiques

Méthode Description
DistrictCell ( string type ) : System.Collections.Generic
FromCell ( Cell c, string type ) : DistrictCell
ToString ( ) : string

Method Details

DistrictCell() public méthode

public DistrictCell ( string type ) : System.Collections.Generic
type string
Résultat System.Collections.Generic

FromCell() public static méthode

public static FromCell ( Cell c, string type ) : DistrictCell
c Voronoi.Cell
type string
Résultat DistrictCell

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

DistrictType public_oe property

public string DistrictType
Résultat string

Roads public_oe property

public List Roads
Résultat List