Click or drag to resize

PhysicsServerConeTwistJointParam Enumeration

[Missing <summary> documentation for "T:Godot.PhysicsServer.ConeTwistJointParam"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ConeTwistJointParam
Members
  Member nameValueDescription
SwingSpan0

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.

TwistSpan1

Twist is the rotation around the twist axis, this value defined how far the joint can twist.

Twist is locked if below 0.05.

Bias2

The speed with which the swing or twist will take place.

The higher, the faster.

Softness3

The ease with which the Joint twists, if it's too low, it takes more force to twist the joint.

Relaxation4

Defines, how fast the swing- and twist-speed-difference on both sides gets synced.

See Also