Difference between revisions of "User:Pongles/DrawMode"

m (Transclusion Testing)
m (Removed Category so it doesn't show on the main pages)
 
Line 9: Line 9:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
[[Category:Enums]]
+
 
 
{{#set:Description=Controls whether shapes are drawn as an outline, or filled.}}
 
{{#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}}

Latest revision as of 04:07, 13 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