Enum PhysicsServerSingleton.PinJointParam
enum PinJointParam
: int { ... }
Enum members
Name | Description |
---|---|
pinJointBias
|
The strength with which the pinned objects try to stay in positional relation to each other. The higher, the stronger. |
pinJointDamping
|
The strength with which the pinned objects try to stay in velocity relation to each other. The higher, the stronger. |
pinJointImpulseClamp
|
If above 0, this value is the maximum value for an impulse that this Joint puts on its ends. |