Difference between revisions of "B2.Body:setAngularVelocity"
From GiderosMobile
Line 8: | Line 8: | ||
b2.Body:setAngularVelocity(omega) | b2.Body:setAngularVelocity(omega) | ||
</source> | </source> | ||
− | '''omega | + | '''omega''': (number) the new angular velocity in radians/second ''''''<br/> |
Revision as of 10:14, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the angular velocity.
b2.Body:setAngularVelocity(omega)
'omega: (number) the new angular velocity in radians/second '