struct PhysicsSpring

robot_2Generated
code_blocksInput

Description

The PhysicsSpring struct provides spring-related settings for joints, such as FixedJoint. It is used to define the behavior of springs in physics simulations, including their stiffness, damping, and maximum force.

Members

Instance Fields

Member NameSummary
FrequencyThe stiffness of the spring
DampingThe damping ratio of the spring, usually between 0 and 1
MaximumFor weld joints only, maximum force. Not for breaking.