Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


bounceMinVelocity

The minimum impact velocity which will cause the joint to bounce.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public float bounceMinVelocity { get; set; }

Remarks

Additional Resources: JointLimits.bounciness.
Setting this very low, like zero, will cause the joint to never stop bouncing. This can lead to jittering and performance problems.
Setting this very high will cause to joint to never bounce.