Difference between revisions of "DrawMode"

m (Undo revision 22383 by Zorg (talk))
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
How shapes are drawn.
+
Controls whether shapes are drawn as an outline, or filled.
 
== Constants ==
 
== Constants ==
 
;fill: Draw filled shape.
 
;fill: Draw filled shape.
Line 6: Line 6:
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=How shapes are drawn.}}
+
{{#set:Description=Controls whether shapes are drawn as an outline, or filled.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|DrawMode}}
 
{{i18n|DrawMode}}

Latest revision as of 03:22, 18 January 2019

Controls whether shapes are drawn as an outline, or filled.

Constants

fill
Draw filled shape.
line
Draw outlined shape.

See Also


Other Languages