Difference between revisions of "ShapeType"

(this belongs to Shape, not love.physics.)
m
Line 7: Line 7:
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=The different types of [[Shape|Shapes]], as returned by [[Shape:getType]].}}
 
{{#set:Description=The different types of [[Shape|Shapes]], as returned by [[Shape:getType]].}}
 +
== Other Languages ==
 +
{{i18n|ShapeType}}

Revision as of 11:25, 21 December 2010

The different types of Shapes, as returned by Shape:getType.

Constants

circle
The Shape is a CircleShape.
polygon
The Shape is a PolygonShape.

See Also

Other Languages