Difference between revisions of "love.graphics.setLineStyle"

Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
* [[love.graphics.setLine]]
+
* [[love.graphics.setLineWidth]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the line style.}}
 
{{#set:Description=Sets the line style.}}

Revision as of 11:17, 14 October 2014

Sets the line style.

Function

Synopsis

love.graphics.setLineStyle( style )

Arguments

LineStyle style
The LineStyle to use. Line styles include "smooth" and "rough"

Returns

Nothing.

See Also


Other Languages