Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

JointLimits

Description

JointLimits is used by the HingeJoint to limit the joints angle.

See Also: HingeJoint.

Variables

maxThe upper limit of the joint.
maxBounceThe bounciness of the joint when hitting the upper limit of the joint.
minThe lower limit of the joint.
minBounceThe bounciness of the joint when hitting the lower limit of the joint.