Difference between revisions of "B2.ChainShape.new"

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

Revision as of 11:16, 23 August 2018

Available since: Gideros 2011.6

Description


Creates a new `b2.ChainShape` object.

 b2.ChainShape.new()