C# 클래스 CityGenerator.CityData

Generated Data for a city
파일 보기 프로젝트 열기: TobieD/City-Generator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bounds Voronoi.Rectangle
Districts List

공개 메소드들

메소드 설명
CityData ( ) : System.Collections.Generic
Clear ( ) : void

메소드 상세

CityData() 공개 메소드

public CityData ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

프로퍼티 상세

Bounds 공개적으로 프로퍼티

public Rectangle,Voronoi Bounds
리턴 Voronoi.Rectangle

Districts 공개적으로 프로퍼티

public List Districts
리턴 List