Difference between revisions of "DrawMode"

(Style revamp + added types to the enum.)
m (Undo revision 22383 by Zorg (talk))
 
Line 1: Line 1:
 
Controls whether shapes are drawn as an outline, or filled.
 
Controls whether shapes are drawn as an outline, or filled.
 
== Constants ==
 
== Constants ==
{{param|string|"fill"|Draw a filled shape.}}
+
;fill: Draw filled shape.
{{param|string|"line"|Draw an outlined shape.}}
+
;line: Draw outlined shape.
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]

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