B2.World:clearForces

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Call this after you are done with time steps to clear the forces. You normally call this after...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description


Call this after you are done with time steps to clear the forces. You normally call this after each call to `b2.World:step`,
unless you are performing sub-steps. By default, forces will be automatically cleared, so you don't need to call this function.

= b2.World:clearForces()