C# 클래스 PointList, BezierPath

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

공개 프로퍼티들

프로퍼티 타입 설명
points Transform[]

공개 메소드들

메소드 설명
GetPathPoints ( ) : Vector3[]
GetPathRots ( Vector3 path ) : Quaternion[]
GetShapePath ( Vector3 path = null, Quaternion rots = null ) : ShapePath,

메소드 상세

GetPathPoints() 공개 메소드

public GetPathPoints ( ) : Vector3[]
리턴 Vector3[]

GetPathRots() 공개 메소드

public GetPathRots ( Vector3 path ) : Quaternion[]
path Vector3
리턴 Quaternion[]

GetShapePath() 공개 메소드

public GetShapePath ( Vector3 path = null, Quaternion rots = null ) : ShapePath,
path Vector3
rots Quaternion
리턴 ShapePath,

프로퍼티 상세

points 공개적으로 프로퍼티

public Transform[] points
리턴 Transform[]