Function
Shape:setRestitution( restitution )
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.
Synopsis
Shape:setRestitution( restitution )
Parameters
restitution number The restitution of the shape.
Copyright © 2006-2010 LÖVE Development Team.