Difference between revisions of "LineStyle"

(Constants: Slight clarification.)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
 
The styles in which lines are drawn.
 
The styles in which lines are drawn.
 
== Constants ==
 
== Constants ==
;rough: Draw rough lines.
+
;rough: Draw rough/aliased lines.
;smooth: Draw smooth lines.
+
;smooth: Draw smooth/anti-aliased lines.
 +
 
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
Line 10: Line 10:
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=The styles in which lines are drawn.}}
 
{{#set:Description=The styles in which lines are drawn.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|LineStyle}}

Latest revision as of 01:55, 1 September 2022

The styles in which lines are drawn.

Constants

rough
Draw rough/aliased lines.
smooth
Draw smooth/anti-aliased lines.

See Also


Other Languages