Difference between revisions of "B2.WheelJoint:setSpringFrequencyHz"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Sets the spring frequency in hertz. Setting the frequency to zero disables the spring.<br /> | Sets the spring frequency in hertz. Setting the frequency to zero disables the spring.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
b2.WheelJoint:setSpringFrequencyHz(frequency) | b2.WheelJoint:setSpringFrequencyHz(frequency) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''frequency''': (number) spring frequency in hertz <br/> | + | '''frequency''': (number) <translate>spring frequency in hertz</translate> <br/> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the spring frequency in hertz. Setting the frequency to zero disables the spring.
b2.WheelJoint:setSpringFrequencyHz(frequency)
Parameters
frequency: (number) spring frequency in hertz