B2.Body:setGravityScale

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2.1<br/> === Description === <br /> Sets the gravity scale of the body. <br /> <br /> <source lang="lua"> = b2.Body:setGravityS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2012.2.2.1

Description


Sets the gravity scale of the body.

= b2.Body:setGravityScale(scale,)

'scale: (number) new gravity scale of the body '