Enum PhysicsServer3D.HingeJointParam
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum PhysicsServer3D.HingeJointParam : long
Fields
Bias = 0
The speed with which the two bodies get pulled together when they move in different directions.
LimitBias = 3
The speed with which the rotation across the axis perpendicular to the hinge gets corrected.
LimitLower = 2
The minimum rotation across the Hinge.
LimitRelaxation = 5
The lower this value, the more the rotation gets slowed down.
LimitSoftness = 4
LimitUpper = 1
The maximum rotation across the Hinge.
MotorMaxImpulse = 7
Maximum acceleration for the motor.
MotorTargetVelocity = 6
Target speed for the motor.