Line2D.LineJointMode

Values

ValueMeaning
lineJointSharp0

The line's joints will be pointy. If sharp_limit is greater than the rotation of a joint, it becomes a bevel joint instead.

lineJointBevel1

The line's joints will be bevelled/chamfered.

lineJointRound2

The line's joints will be rounded.

Meta