Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NoteEditor
GLDrawing
Line
C# 클래스 NoteEditor.GLDrawing.Line
파일 보기
프로젝트 열기: setchi/NoteEditor
공개 프로퍼티들
프로퍼티
타입
설명
color
UnityEngine.Color
end
UnityEngine.Vector3
start
UnityEngine.Vector3
공개 메소드들
메소드
설명
Line
(
Vector3
start
,
Vector3
end
,
Color
color
) :
UnityEngine
메소드 상세
Line()
공개
메소드
public
Line
(
Vector3
start
,
Vector3
end
,
Color
color
) :
UnityEngine
start
UnityEngine.Vector3
end
UnityEngine.Vector3
color
UnityEngine.Color
리턴
UnityEngine
프로퍼티 상세
color
공개적으로 프로퍼티
public
Color,UnityEngine
color
리턴
UnityEngine.Color
end
공개적으로 프로퍼티
public
Vector3,UnityEngine
end
리턴
UnityEngine.Vector3
start
공개적으로 프로퍼티
public
Vector3,UnityEngine
start
리턴
UnityEngine.Vector3