Difference between revisions of "B2.PolygonShape.new"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `b2.PolygonShape` instance.<br /> <br /> <source lang="lua"> (any) (any), = b2.Po...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(any) (any), = b2.PolygonShape.new()
+
(any), (any) = b2.PolygonShape.new()
 
</source>
 
</source>
 
'''Returns''' (any) A new `b2.PolygonShape` object.<br/>
 
'''Returns''' (any) A new `b2.PolygonShape` object.<br/>
 
'''Returns''' (any) A new `b2.PolygonShape` object.<br/>
 
'''Returns''' (any) A new `b2.PolygonShape` object.<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2011.6

Description


Creates a new `b2.PolygonShape` instance.

(any), (any) = b2.PolygonShape.new()

Returns (any) A new `b2.PolygonShape` object.
Returns (any) A new `b2.PolygonShape` object.