FastLineRendererLineJoin Enumeration |
Line join modes
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public enum FastLineRendererLineJoin
Public Enumeration FastLineRendererLineJoin
public enum class FastLineRendererLineJoin
type FastLineRendererLineJoin
Members
| Member name | Value | Description |
---|
| None | 0 |
No attempt to join
|
| AdjustPosition | 1 |
Adjust the position of the line to intersect the previous line
|
| AttachToPrevious | 2 |
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.
|
| Round | 3 |
Round line join
|
See Also