Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

VectorUtils.MakePathLine

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static BezierPathSegment[] MakePathLine(Vector2 from, Vector2 to);

Parameters

Parameter Description
from The starting position of the line segment
to The ending position of the line segment

Returns

BezierPathSegment[] A BezierPathSegment array of two elements, configured in a straight line

Description

Builds a line path segment.

The control points are spaced out equally to maintain a constant speed on t