Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Segments

An array of every path segments on the contour.
Read time 1 minuteLast updated 12 days ago

Definition

public BezierPathSegment[] Segments { readonly get; set; }

Remarks

Closed paths should not add a dedicated closing segment. It is implied by the 'closed' property.