Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LineJoin

Join types connecting two sub-paths (see _lineJoin ).
Read time 1 minuteLast updated 5 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 _miterLimit ratio is reached.
RoundJoins the sub-paths with a round corner.