Difference between revisions of "B2.PolygonShape.new"
From GiderosMobile
Line 3: | Line 3: | ||
=== Description === | === Description === | ||
<translate><br /> | <translate><br /> | ||
− | Creates a new | + | Creates a new [[b2.PolygonShape]] instance.<br /> |
<br /></translate> | <br /></translate> | ||
<source lang="lua"> | <source lang="lua"> | ||
Line 9: | Line 9: | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (any) <translate>A new | + | '''Returns''' (any) <translate>A new [[b2.PolygonShape]] object.</translate><br/> |
− | '''Returns''' (any) <translate>A new | + | '''Returns''' (any) <translate>A new [[b2.PolygonShape]] object.</translate><br/> |
Revision as of 13:56, 23 August 2018
Available since: Gideros 2011.6
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.