Enum PhysicsServerSingleton.ConeTwistJointParam
enum ConeTwistJointParam
: int { ... }
Enum members
Name | Description |
coneTwistJointBias
|
The speed with which the swing or twist will take place.
The higher, the faster.
|
coneTwistJointRelaxation
|
Defines, how fast the swing- and twist-speed-difference on both sides gets synced.
|
coneTwistJointSoftness
|
The ease with which the Joint twists, if it's too low, it takes more force to twist the joint.
|
coneTwistJointSwingSpan
|
Swing is rotation from side to side, around the axis perpendicular to the twist axis.
The swing span defines, how much rotation will not get corrected allong the swing axis.
Could be defined as looseness in the ConeTwistJoint .
If below 0.05, this behavior is locked.
|
coneTwistJointTwistSpan
|
Twist is the rotation around the twist axis, this value defined how far the joint can twist.
Twist is locked if below 0.05.
|