Enum PinJoint3D.Param
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum PinJoint3D.Param : long
Fields
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 Joint3D produces.