Difference between revisions of "B2.World.new"
From GiderosMobile
| Line 3: | Line 3: | ||
| === Description === | === Description === | ||
| <translate><br /> | <translate><br /> | ||
| − | Creates a new  | + | Creates a new [[b2.World` object. You can create more then one `b2.World]] object to manage independent worlds.<br /> | 
| <br /></translate> | <br /></translate> | ||
| <source lang="lua"> | <source lang="lua"> | ||
| Line 13: | Line 13: | ||
| '''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 === | === Return values === | ||
| − | '''Returns''' (any) <translate>A new  | + | '''Returns''' (any) <translate>A new [[b2.World]] object.</translate><br/> | 
| − | '''Returns''' (any) <translate>A new  | + | '''Returns''' (any) <translate>A new [[b2.World]] object.</translate><br/> | 
Revision as of 13:55, 23 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.
