Difference between revisions of "PointStyle"

m (changed lines to points)
m (Added oldin)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{oldin|[[0.10.0]]|100|type=enum}}
 
How points should be drawn.
 
How points should be drawn.
 
== Constants ==
 
== Constants ==
Line 5: Line 6:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.getPointStyle]]
 +
* [[love.graphics.setPointStyle]]
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=How points should be drawn.}}
 
{{#set:Description=How points should be drawn.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|PointStyle}}

Latest revision as of 23:12, 27 December 2015

Removed in LÖVE 0.10.0
This enum is not supported in that and later versions.

How points should be drawn.

Constants

rough
Draw rough points.
smooth
Draw smooth points.

See Also


Other Languages