Views
Fixture:setFriction
Available since LÖVE 0.8.0 |
This method is not supported in earlier versions. |
Sets the friction of the fixture.
Function
Synopsis
Fixture:setFriction( friction )
Arguments
number friction
- The fixture friction.
Returns
Nothing.
See Also