Difference between revisions of "B2.Body:setGravityScale"

From GiderosMobile
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
 
 
'''Available since:''' Gideros 2012.2.2.1<br/>
 
'''Available since:''' Gideros 2012.2.2.1<br/>
'''Class:''' [[Special:MyLanguage/b2.Body|b2.Body]]<br/>
+
'''Class:''' [[b2.Body]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Strengthens or weakens the effect of the world gravity on a body.
 
Strengthens or weakens the effect of the world gravity on a body.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
b2.Body:setGravityScale(scale)
 
b2.Body:setGravityScale(scale)
</source>
+
</syntaxhighlight>
  
'''Note''': increased gravity can decrease stability
+
Setting the gravity scale to 0 will make your body float.
  
Setting the gravity scale to 0 will make your body float. You can set a negative number, for example -1 will inverse gravity.
+
You can set a negative number, for example -1, to inverse gravity.
 +
 
 +
'''Note: increased gravity can decrease stability'''
  
 
=== Parameters ===
 
=== Parameters ===
'''scale''': (number) new gravity scale of the body <br/>
+
'''scale''': (number) new gravity scale of the body<br/>
  
 
{{B2.Body}}
 
{{B2.Body}}

Latest revision as of 00:02, 1 May 2025