Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CityGenerator
Road
C# 클래스 CityGenerator.Road
Contains generated building data and the start and end point of the road
상속:
Voronoi.Line
파일 보기
프로젝트 열기: TobieD/City-Generator
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
Buildings
List
ParentCell
DistrictCell
공개 메소드들
메소드
설명
FromLine
(
Line
l
) :
Road
Road
(
Point
start
,
Point
end
) :
System.Collections.Generic
메소드 상세
FromLine()
공개
정적인
메소드
public
static
FromLine
(
Line
l
) :
Road
l
Voronoi.Line
리턴
Road
Road()
공개
메소드
public
Road
(
Point
start
,
Point
end
) :
System.Collections.Generic
start
Voronoi.Point
end
Voronoi.Point
리턴
System.Collections.Generic
프로퍼티 상세
Buildings
공개적으로 프로퍼티
public
List
Buildings
리턴
List
ParentCell
공개적으로 프로퍼티
public
DistrictCell,CityGenerator
ParentCell
리턴
DistrictCell