Version: 5.4

Handles.MakeBezierPoints

매뉴얼로 전환
public static Vector3[] MakeBezierPoints (Vector3 startPosition, Vector3 endPosition, Vector3 startTangent, Vector3 endTangent, int division);

파라미터

startPosition The location where the Bezier starts.
endPosition The location where the Bezier ends
startTangent The direction the Bezier will start in.
endTangent The direction the Bezier will end in.

반환

Vector3[] The array of the Bezier points.

설명

Retuns an array of points to representing the bezier curve. See Handles.DrawBezier.