Difference between revisions of "DrawMode"

m
(Style revamp + added types to the enum.)
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 ==
;fill: Draw filled shape.
+
{{param|string|"fill"|Draw a filled shape.}}
;line: Draw outlined shape.
+
{{param|string|"line"|Draw an outlined shape.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]

Revision as of 03:21, 18 January 2019

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

Constants

string "fill"
Draw a filled shape.
string "line"
Draw an outlined shape.

See Also


Other Languages