C# 클래스 ShapePathDrawer, BezierPath

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

공개 프로퍼티들

프로퍼티 타입 설명
color Color
num int
points List
rots List
useGetPointAt bool

공개 메소드들

메소드 설명
GetQuaternionAt ( float v ) : Quaternion
GetRotAt ( float p ) : Quaternion
GetTangentAt ( float p ) : Vector3
OnDrawGizmos ( ) : void
Start ( ) : void

메소드 상세

GetQuaternionAt() 공개 메소드

public GetQuaternionAt ( float v ) : Quaternion
v float
리턴 Quaternion

GetRotAt() 공개 메소드

public GetRotAt ( float p ) : Quaternion
p float
리턴 Quaternion

GetTangentAt() 공개 메소드

public GetTangentAt ( float p ) : Vector3
p float
리턴 Vector3

OnDrawGizmos() 공개 메소드

public OnDrawGizmos ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

color 공개적으로 프로퍼티

public Color color
리턴 Color

num 공개적으로 프로퍼티

public int num
리턴 int

points 공개적으로 프로퍼티

public List points
리턴 List

rots 공개적으로 프로퍼티

public List rots
리턴 List

useGetPointAt 공개적으로 프로퍼티

public bool useGetPointAt
리턴 bool