Difference between revisions of "PointStyle"

m (Added oldin)
 
(One intermediate revision by one other user 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.}}

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