C# 클래스 BezierPathDrawer, BezierPath

상속: MonoBehaviour
파일 보기 프로젝트 열기: inoook/BezierPath 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bPoints List
drawColor Color
path BezierPath
split int

공개 메소드들

메소드 설명
GetPointAt ( float p ) : Vector3
OnDrawGizmos ( ) : void
Start ( ) : void

메소드 상세

GetPointAt() 공개 메소드

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

OnDrawGizmos() 공개 메소드

public OnDrawGizmos ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

bPoints 공개적으로 프로퍼티

public List bPoints
리턴 List

drawColor 공개적으로 프로퍼티

public Color drawColor
리턴 Color

path 공개적으로 프로퍼티

public BezierPath path
리턴 BezierPath

split 공개적으로 프로퍼티

public int split
리턴 int