Enum Line2D.LineJointMode
enum LineJointMode
: int { ... }
Enum members
Name | Description |
---|---|
lineJointBevel
|
The line's joints will be bevelled/chamfered. |
lineJointRound
|
The line's joints will be rounded. |
lineJointSharp
|
The line's joints will be pointy. If sharp_limit is greater than the rotation of a joint, it becomes a bevel joint instead.
|