Enum PhysicsServerSingleton.HingeJointParam
enum HingeJointParam
: int { ... }
Enum members
Name | Description |
hingeJointBias
|
The speed with which the two bodies get pulled together when they move in different directions.
|
hingeJointLimitBias
|
The speed with which the rotation across the axis perpendicular to the hinge gets corrected.
|
hingeJointLimitLower
|
The minimum rotation across the Hinge.
|
hingeJointLimitRelaxation
|
The lower this value, the more the rotation gets slowed down.
|
hingeJointLimitSoftness
|
|
hingeJointLimitUpper
|
The maximum rotation across the Hinge.
|
hingeJointMotorMaxImpulse
|
Maximum acceleration for the motor.
|
hingeJointMotorTargetVelocity
|
Target speed for the motor.
|