Difference between revisions of "B2.World.new"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
 
Creates a new [[Special:MyLanguage/b2.World|b2.World]] object. You can create more then one [[Special:MyLanguage/b2.World|b2.World]] object to manage independent worlds.<br />
 
Creates a new [[Special:MyLanguage/b2.World|b2.World]] object. You can create more then one [[Special:MyLanguage/b2.World|b2.World]] object to manage independent worlds.<br />
Line 8: Line 8:
 
(any), (any) = b2.World.new(gravityx,gravityy,doSleep)
 
(any), (any) = b2.World.new(gravityx,gravityy,doSleep)
 
</source>
 
</source>
=== Parameters ===
+
=== <translate>Parameters</translate> ===
 
'''gravityx''': (number) <translate>the x component the gravity</translate> <br/>
 
'''gravityx''': (number) <translate>the x component the gravity</translate> <br/>
 
'''gravityy''': (number) <translate>the y component the gravity</translate> <br/>
 
'''gravityy''': (number) <translate>the y component the gravity</translate> <br/>
 
'''doSleep''': (boolean, default = true) <translate>improve performance by not simulating inactive bodies</translate> <br/>
 
'''doSleep''': (boolean, default = true) <translate>improve performance by not simulating inactive bodies</translate> <br/>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (any) <translate>A new [[Special:MyLanguage/b2.World|b2.World]] object.</translate><br/>
+
'''<translate>Returns</translate>''' (any) <translate>A new [[Special:MyLanguage/b2.World|b2.World]] object.</translate><br/>
'''Returns''' (any) <translate>A new [[Special:MyLanguage/b2.World|b2.World]] object.</translate><br/>
+
'''<translate>Returns</translate>''' (any) <translate>A new [[Special:MyLanguage/b2.World|b2.World]] object.</translate><br/>

Revision as of 08:28, 24 August 2018

Available since: Gideros 2011.6

Description


Creates a new b2.World object. You can create more then one b2.World object to manage independent worlds.

(any), (any) = b2.World.new(gravityx,gravityy,doSleep)

Parameters

gravityx: (number) the x component the gravity
gravityy: (number) the y component the gravity
doSleep: (boolean, default = true) improve performance by not simulating inactive bodies

Return values

Returns (any) A new b2.World object.
Returns (any) A new b2.World object.