PinJointParam Enumeration |
[Missing <summary> documentation for "T:Godot.PinJoint.Param"]
Namespace: Godot
public enum Param
Member name | Value | Description | |
---|---|---|---|
Bias | 0 | The force with which the pinned objects stay in positional relation to each other. The higher, the stronger. | |
Damping | 1 | The force with which the pinned objects stay in velocity relation to each other. The higher, the stronger. | |
ImpulseClamp | 2 | If above 0, this value is the maximum value for an impulse that this Joint produces. |