Difference between revisions of "B2.PolygonShape.new"

From GiderosMobile
(removed duplicate description!)
m (Text replacement - "</source" to "</syntaxhighlight")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Creates a new '''b2.PolygonShape''' instance.
 
Creates a new '''b2.PolygonShape''' instance.
<source 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