C# 클래스 CityGenerator.DistrictCell

Contains road information and district information of a cell
상속: Voronoi.Cell
파일 보기 프로젝트 열기: TobieD/City-Generator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DistrictType string
Roads List

공개 메소드들

메소드 설명
DistrictCell ( string type ) : System.Collections.Generic
FromCell ( Cell c, string type ) : DistrictCell
ToString ( ) : string

메소드 상세

DistrictCell() 공개 메소드

public DistrictCell ( string type ) : System.Collections.Generic
type string
리턴 System.Collections.Generic

FromCell() 공개 정적인 메소드

public static FromCell ( Cell c, string type ) : DistrictCell
c Voronoi.Cell
type string
리턴 DistrictCell

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

DistrictType 공개적으로 프로퍼티

public string DistrictType
리턴 string

Roads 공개적으로 프로퍼티

public List Roads
리턴 List