Enum HingeJoint3D.Param
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum HingeJoint3D.Param : 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. Only active if
angular_limit/enableis true.LimitRelaxation = 5The lower this value, the more the rotation gets slowed down.
[Obsolete("This property is never used by the engine and is kept for compatibility purpose.")] LimitSoftness = 4LimitUpper = 1The maximum rotation. Only active if
angular_limit/enableis true.Max = 8Represents the size of the HingeJoint3D.Param enum.
MotorMaxImpulse = 7Maximum acceleration for the motor.
MotorTargetVelocity = 6Target speed for the motor.