PhysicsServerPinJointParam Enumeration |
[Missing <summary> documentation for "T:Godot.PhysicsServer.PinJointParam"]
Namespace: Godot
public enum PinJointParam
Member name | Value | Description | |
---|---|---|---|
Bias | 0 | The strength with which the pinned objects try to stay in positional relation to each other. The higher, the stronger. | |
Damping | 1 | The strength with which the pinned objects try to 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 puts on its ends. |