Difference between revisions of "User:Pongles/DrawMode"

(This is a userpage subpage, not the regular page. Trying out some changes in a sandbox.))
 
m (Transclusion Testing)
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 ==
<includeonly>
+
<onlyinclude>
 
;fill: Draw filled shape.
 
;fill: Draw filled shape.
 
;line: Draw outlined shape.
 
;line: Draw outlined shape.
</includeonly>
+
</onlyinclude>
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]

Revision as of 05:55, 10 March 2019

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

Constants

fill
Draw filled shape.
line
Draw outlined shape.

See Also


Other Languages