LineJoinMode

This enum is used by UIStroke.LineJoinMode to determine how corners are interpreted.

For a more detailed walkthrough of the UIStroke object, see here.

Items

NameValueSummary
Round0

The corners are rounded.

Bevel1

The corners are beveled.

Miter2

The corners are mitered.

On this page