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