Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Closed

A boolean indicating if the contour should be closed.
Read time 1 minuteLast updated 12 days ago

Definition

public bool Closed { readonly get; set; }

Remarks

When set to true, closed path will connect the last path segment to the first path segment, by using the last path segment's P1 and P2 as control points.