Skip to content

bounciness

Description

bounciness is a Property on Collider
The bounciness of this Collider. Setting this to 0 (the default) will make this object not bounce at all, and setting this to 100 will make this object bounce off of other objects at 100% of the speed they hit the object at.

Example
object.collider.bounciness = 1.0
local testVariable = object.collider.bounciness
Usage

returns: float