C# 클래스 CityGenerator.BuildingSite

Contains Bounds of the building, and the position
상속: Voronoi.Point
파일 보기 프로젝트 열기: TobieD/City-Generator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height int
ParentRoad Road
UserData object
Width int

공개 메소드들

메소드 설명
BuildingSite ( double x, double y ) : System.Collections.Generic
FromPoint ( Point p ) : BuildingSite

메소드 상세

BuildingSite() 공개 메소드

public BuildingSite ( double x, double y ) : System.Collections.Generic
x double
y double
리턴 System.Collections.Generic

FromPoint() 공개 정적인 메소드

public static FromPoint ( Point p ) : BuildingSite
p Voronoi.Point
리턴 BuildingSite

프로퍼티 상세

Height 공개적으로 프로퍼티

public int Height
리턴 int

ParentRoad 공개적으로 프로퍼티

public Road,CityGenerator ParentRoad
리턴 Road

UserData 공개적으로 프로퍼티

public object UserData
리턴 object

Width 공개적으로 프로퍼티

public int Width
리턴 int