Enum PhysicsServer2D.JointParam
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum PhysicsServer2D.JointParam : long
Fields
Bias = 0
Constant to set/get how fast the joint pulls the bodies back to satisfy the joint constraint. The lower the value, the more the two bodies can pull on the joint. The default value of this parameter is
0.0
.Note: In Godot Physics, this parameter is only used for pin joints and groove joints.
MaxBias = 1
Constant to set/get the maximum speed with which the joint can apply corrections. The default value of this parameter is
3.40282e+38
.Note: In Godot Physics, this parameter is only used for groove joints.
MaxForce = 2
Constant to set/get the maximum force that the joint can use to act on the two bodies. The default value of this parameter is
3.40282e+38
.Note: In Godot Physics, this parameter is only used for groove joints.