C# Class CityGenerator.CellTagger

Datei anzeigen Open project: TobieD/City-Generator

Public Methods

Method Description
TagCells ( this cells, DistrictCell startCell, double radius, string tag ) : void

Method Details

TagCells() public static method

public static TagCells ( this cells, DistrictCell startCell, double radius, string tag ) : void
cells this
startCell DistrictCell
radius double
tag string
return void