useSpring
Enables the joint's HingeJoint.spring. Disabled by default.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public bool useSpring { get; set; }
Remarks
Additional Resources: JointSpring
Enabling the HingeJoint.motor overrides the spring, given the spring was enabled. If the motor is again disabled the spring will be restored.