Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
RoomGeneratorControllor.LineSegment
C# 클래스 RoomGeneratorControllor.LineSegment, Procedural-Generation-Tilemap
파일 보기
프로젝트 열기: robinxb/Procedural-Generation-Tilemap
공개 프로퍼티들
프로퍼티
타입
설명
start
Vector2
stop
Vector2
공개 메소드들
메소드
설명
LineSegment
(
Vector2
start
,
Vector2
stop
) :
System.Collections
메소드 상세
LineSegment()
공개
메소드
public
LineSegment
(
Vector2
start
,
Vector2
stop
) :
System.Collections
start
Vector2
stop
Vector2
리턴
System.Collections
프로퍼티 상세
start
공개적으로 프로퍼티
public
Vector2
start
리턴
Vector2
stop
공개적으로 프로퍼티
public
Vector2
stop
리턴
Vector2