C# 클래스 ShapePathLineRenderer, BezierPath

상속: MonoBehaviour
파일 보기 프로젝트 열기: inoook/BezierPath

공개 프로퍼티들

프로퍼티 타입 설명
length float
p3D Vector3
path Vector3[]
sliceNum int
t_length float

공개 메소드들

메소드 설명
OnDrawGizmos ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
DrawLinePoints ( ) : void

메소드 상세

OnDrawGizmos() 공개 메소드

public OnDrawGizmos ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

length 공개적으로 프로퍼티

public float length
리턴 float

p3D 공개적으로 프로퍼티

public Vector3 p3D
리턴 Vector3

path 공개적으로 프로퍼티

public Vector3[] path
리턴 Vector3[]

sliceNum 공개적으로 프로퍼티

public int sliceNum
리턴 int

t_length 공개적으로 프로퍼티

public float t_length
리턴 float