Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LineJoin

Join types connecting two sub-paths (see Painter2D.lineJoin ).
Read time 1 minuteLast updated 6 days ago

Definition

public enum LineJoin

Fields

Value

Description

BevelJoins the sub-paths with a beveled corner.
MiterJoins the sub-paths with a sharp corner. The join converts to a beveled join when the Painter2D.miterLimit ratio is reached.
RoundJoins the sub-paths with a round corner.