Difference between revisions of "love.graphics.polygon"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Draw a polygon.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 14:
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Draw a polygon.}}

Revision as of 16:17, 14 February 2010

Draw a polygon.

Function

Synopsis

love.graphics.polygon( mode, ... )

Arguments

DrawMode mode
How to draw the polygon.
numbers ...
The vertices of the polygon.

Returns

Nothing.

See Also