Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SoftJointLimitSpring

The configuration of the spring attached to the joint's limits: linear and angular. Used by CharacterJoint and ConfigurableJoint.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.PhysicsModule
public struct SoftJointLimitSpring

Properties

Property

Description

damperThe damping of the spring limit. In effect when the stiffness of the sprint limit is not zero.
springThe stiffness of the spring limit. When stiffness is zero the limit is hard, otherwise soft.