Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

LineJoin

enumeration

Description

Join types connecting two sub-paths (see Painter2D.lineJoin).

Properties

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