Difference between revisions of "B2.PolygonShape.new"
From GiderosMobile
Line 4: | Line 4: | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate><br /> | <translate><br /> | ||
− | Creates a new | + | Creates a new [[Special:MyLanguage/b2.PolygonShape|b2.PolygonShape]] instance.<br /> |
<br /></translate> | <br /></translate> | ||
<source lang="lua"> | <source lang="lua"> | ||
Line 10: | Line 10: | ||
</source> | </source> | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
− | '''<translate>Returns</translate>''' (any) <translate>A new | + | '''<translate>Returns</translate>''' (any) <translate>A new [[Special:MyLanguage/b2.PolygonShape|b2.PolygonShape]] object.</translate><br/> |
− | '''<translate>Returns</translate>''' (any) <translate>A new | + | '''<translate>Returns</translate>''' (any) <translate>A new [[Special:MyLanguage/b2.PolygonShape|b2.PolygonShape]] object.</translate><br/> |
Revision as of 09:37, 24 August 2018
Available since: Gideros 2011.6
Class: b2.PolygonShape
Description
Creates a new b2.PolygonShape instance.
(any), (any) = b2.PolygonShape.new()
Return values
Returns (any) A new b2.PolygonShape object.
Returns (any) A new b2.PolygonShape object.