JointLimitsNamespace: UnityEngine
Description

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

See Also: HingeJoint.
Variables
max The upper limit of the joint.
maxBounce The bounciness of the joint when hitting the upper limit of the joint.
min The lower limit of the joint.
minBounce The bounciness of the joint when hitting the lower limit of the joint.