Difference between revisions of "DrawMode"

m (1 revision: Imported docs from potato.)
m (Undo revision 22383 by Zorg (talk))
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
+
Controls whether shapes are drawn as an outline, or filled.
 
 
 
== Constants ==
 
== Constants ==
 
;fill: Draw filled shape.
 
;fill: Draw filled shape.
Line 7: Line 6:
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=}}
+
{{#set:Description=Controls whether shapes are drawn as an outline, or filled.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{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