PhysicsServerConeTwistJointParam Enumeration |
[Missing <summary> documentation for "T:Godot.PhysicsServer.ConeTwistJointParam"]
Namespace: Godot
public enum ConeTwistJointParam
Member name | Value | Description | |
---|---|---|---|
SwingSpan | 0 | 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 along the swing axis. Could be defined as looseness in the ConeTwistJoint. If below 0.05, this behavior is locked. | |
TwistSpan | 1 | Twist is the rotation around the twist axis, this value defined how far the joint can twist. Twist is locked if below 0.05. | |
Bias | 2 | The speed with which the swing or twist will take place. The higher, the faster. | |
Softness | 3 | The ease with which the Joint twists, if it's too low, it takes more force to twist the joint. | |
Relaxation | 4 | Defines, how fast the swing- and twist-speed-difference on both sides gets synced. |