Difference between revisions of "love.graphics.setLineJoin"

(link to LineJoin constants)
Line 1: Line 1:
Sets the line join style.
+
Sets the line join style. See [[LineJoin]] for the possible options.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Revision as of 15:09, 12 September 2014

Sets the line join style. See LineJoin for the possible options.

Function

Synopsis

love.graphics.setLineJoin( join )

Arguments

LineJoin join
The LineJoin to use.

Returns

Nothing.

See Also


Other Languages