Difference between revisions of "PointStyle"

m (1 revision: Imported docs from potato.)
m (Added oldin)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
+
{{oldin|[[0.10.0]]|100|type=enum}}
 
+
How points should be drawn.
 
== Constants ==
 
== Constants ==
;rough: Draw rough lines.
+
;rough: Draw rough points.
 
;smooth: Draw smooth points.
 
;smooth: Draw smooth points.
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[love.graphics.getPointStyle]]
 +
* [[love.graphics.setPointStyle]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=}}
+
{{#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