B2.World:step

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Take a time step. This performs collision detection, integration, and constraint solution.<br /...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description


Take a time step. This performs collision detection, integration, and constraint solution.

= b2.World:step(timeStepvelocityIterationspositionIterations,)

'timeStep: (number) the amount of time to simulate, this should not vary '
'velocityIterations: (number) for the velocity constraint solver '
'positionIterations: (number) for the position constraint solver '