Difference between revisions of "B2.Shape"

From GiderosMobile
(removed language stuff)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
 
 
<!-- GIDEROSOBJ:b2.Shape -->
 
<!-- GIDEROSOBJ:b2.Shape -->
'''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/>
+
'''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Available since:''' Gideros 2011.6<br/>
  
=== <translate>Description</translate> ===
+
=== Description ===
 
A shape is used for collision detection.
 
A shape is used for collision detection.
  
You can not create a [[Special:MyLanguage/b2.Shape|b2.Shape]] instance directly, but instead you create [[Special:MyLanguage/b2.ChainShape|b2.ChainShape]], [[Special:MyLanguage/b2.CircleShape|b2.CircleShape]], [[Special:MyLanguage/b2.EdgeShape|b2.EdgeShape]] and [[Special:MyLanguage/b2.PolygonShape|b2.PolygonShape]] instances.
+
You can not create a '''b2.Shape''' instance directly, but instead you create [[b2.ChainShape]], [[b2.CircleShape]], [[b2.EdgeShape]] and [[b2.PolygonShape]] instances.
  
=== <translate>Classes</translate> ===
+
=== Classes ===
 
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
 
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
[[Special:MyLanguage/b2.ChainShape|b2.ChainShape]]<br/>
+
[[b2.ChainShape]]<br/>
[[Special:MyLanguage/b2.CircleShape|b2.CircleShape]]<br/>
+
[[b2.CircleShape]]<br/>
[[Special:MyLanguage/b2.EdgeShape|b2.EdgeShape]]<br/>
+
[[b2.EdgeShape]]<br/>
[[Special:MyLanguage/b2.PolygonShape|b2.PolygonShape]]<br/>
+
[[b2.PolygonShape]]<br/>
 
</div>
 
</div>
  
 
----
 
----
 
*'''[[LiquidFun]]'''
 
*'''[[LiquidFun]]'''

Latest revision as of 05:28, 27 June 2021

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2011.6

Description

A shape is used for collision detection.

You can not create a b2.Shape instance directly, but instead you create b2.ChainShape, b2.CircleShape, b2.EdgeShape and b2.PolygonShape instances.

Classes