HingeJointParam Enumeration |
[Missing <summary> documentation for "T:Godot.HingeJoint.Param"]
Namespace: Godot
public enum Param
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. Only active if AngularLimit__enable is true. | |
LimitLower | 2 | The minimum rotation. Only active if AngularLimit__enable is true. | |
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. | |
Max | 8 | Represents the size of the HingeJointParam enum. |