Difference between revisions of "DrawMode"

m
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}}

Revision as of 18:18, 3 February 2012

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

Constants

fill
Draw filled shape.
line
Draw outlined shape.

See Also


Other Languages