Click or drag to resize

PhysicsServerHingeJointParam Enumeration

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

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

The speed with which the two bodies get pulled together when they move in different directions.

LimitUpper1

The maximum rotation across the Hinge.

LimitLower2

The minimum rotation across the Hinge.

LimitBias3

The speed with which the rotation across the axis perpendicular to the hinge gets corrected.

LimitSoftness4
LimitRelaxation5

The lower this value, the more the rotation gets slowed down.

MotorTargetVelocity6

Target speed for the motor.

MotorMaxImpulse7

Maximum acceleration for the motor.

See Also