Click or drag to resize

FastLineRendererLineJoin Enumeration

Line join modes

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum FastLineRendererLineJoin
Members
  Member nameValueDescription
None0 No attempt to join
AdjustPosition1 Adjust the position of the line to intersect the previous line
AttachToPrevious2 Force the vertices of the line to attach to the previous line. This looks worse at sharper angles, and AdjustPosition should be used for those cases.
Round3 Round line join
See Also