PhysicsServerHingeJointParam Enumeration |
[Missing <summary> documentation for "T:Godot.PhysicsServer.HingeJointParam"]
Namespace: Godot
public enum HingeJointParam
Member name | Value | Description | |
---|---|---|---|
Bias | 0 | The speed with which the two bodies get pulled together when they move in different directions. | |
LimitUpper | 1 | The maximum rotation across the Hinge. | |
LimitLower | 2 | The minimum rotation across the Hinge. | |
LimitBias | 3 | The speed with which the rotation across the axis perpendicular to the hinge gets corrected. | |
LimitSoftness | 4 | ||
LimitRelaxation | 5 | The lower this value, the more the rotation gets slowed down. | |
MotorTargetVelocity | 6 | Target speed for the motor. | |
MotorMaxImpulse | 7 | Maximum acceleration for the motor. |