B2.World.new

From GiderosMobile
Revision as of 11:05, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Creates a new `b2.World` object. You can create more then one `b2.World` object to manage indep...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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(gravityxgravityydoSleep,)

'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 '
Returns (any) A new `b2.World` object.
Returns (any) A new `b2.World` object.