struct PhysicsSpring

book_4_sparkGenerated
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 physical simulations, including their stiffness, damping, and maximum force.

Members

Instance Fields

Member Name Summary
Frequency The stiffness of the spring
Damping The damping ratio of the spring, usually between 0 and 1
Maximum For weld joints only, maximum force. Not for breaking.