Version: 5.5

Handles.MakeBezierPoints

Cambiar al Manual
public static Vector3[] MakeBezierPoints (Vector3 startPosition, Vector3 endPosition, Vector3 startTangent, Vector3 endTangent, int division);

Parámetros

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.

Valor de retorno

Vector3[] The array of the Bezier points.

Descripción

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