Difference between revisions of "Shape:setRestitution"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Sets the restitution of the shape. | |
+ | Restitution indicates the "bounciness" of the shape. High restitution can be used to model stuff like a rubber ball, while low restitution can bse used for "dull" objects, like a bag of sand. | ||
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 13: | Line 14: | ||
* [[parent::Shape]] | * [[parent::Shape]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Sets the restitution of the shape. |
+ | }} |
Revision as of 16:17, 14 February 2010
Sets the restitution of the shape. Restitution indicates the "bounciness" of the shape. High restitution can be used to model stuff like a rubber ball, while low restitution can bse used for "dull" objects, like a bag of sand.
Function
Synopsis
Shape:setRestitution( restitution )
Arguments
number restitution
- The restitution of the shape.
Returns
Nothing.