Enum PinJoint.Param
enum Param
: int { ... }
Enum members
Name | Description |
---|---|
paramBias
|
The force with which the pinned objects stay in positional relation to each other. The higher, the stronger. |
paramDamping
|
The force with which the pinned objects stay in velocity relation to each other. The higher, the stronger. |
paramImpulseClamp
|
If above 0, this value is the maximum value for an impulse that this Joint produces. |