Function RigidBody.bounce
The body's bounciness. Values range from 0
(no bounce) to 1
(full bounciness).
Deprecated, use PhysicsMaterial
instead via physicsMaterialOverride
.
double bounce() nothrow @property @nogc;
void bounce
(
double v
) nothrow @property @nogc;