Version: 2017.2

Handles.MakeBezierPoints

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

Descripción

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