moveTo and continues until the next moveTo (or the end of the path).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
moveTo and continues until the next moveTo (or the end of the path).
nextlocal contour = pathData:contours()
while contour do
print(contour.length)
contour = contour.next
end
Was this page helpful?