Method GetCurveLength
GetCurveLength(int)
Get the length of a BezierCurve.
Declaration
public float GetCurveLength(int curveIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | curveIndex | The 0 based index of the curve to find length for. |
Returns
| Type | Description |
|---|---|
| float | The length of the bezier curve at index. |