JointDrive
How the joint's movement will behave along its local X axis.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEngine
- Assembly: UnityEngine.PhysicsModule
public struct JointDrive
Properties
Property | Description |
|---|---|
| maximumForce | Amount of force applied to push the object toward the defined direction. |
| positionDamper | Resistance strength against the Position Spring. Only used if |
| positionSpring | Strength of a rubber-band pull toward the defined direction. Only used if |
| useAcceleration | Defines whether the drive is an acceleration drive or a force drive. |