Difference between revisions of "B2.PolygonShape.new"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source" to "</syntaxhighlight")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(any) = b2.PolygonShape.new()
 
(any) = b2.PolygonShape.new()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 18:22, 12 July 2023

Available since: Gideros 2011.6
Class: b2.PolygonShape

Description

Creates a new b2.PolygonShape instance.

(any) = b2.PolygonShape.new()

Return values

Returns (any) a new b2.PolygonShape object




LiquidFun