Click or drag to resize

HingeJointParam Enumeration

[Missing <summary> documentation for "T:Godot.HingeJoint.Param"]

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

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

LimitUpper1

The maximum rotation. Only active if AngularLimit__enable is true.

LimitLower2

The minimum rotation. Only active if AngularLimit__enable is true.

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.

Max8

Represents the size of the HingeJointParam enum.

See Also