Table of Contents

Enum HingeJoint3D.Param

Namespace
Godot
Assembly
GodotSharp.dll
public enum HingeJoint3D.Param : long

Fields

Bias = 0

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

LimitBias = 3

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

LimitLower = 2

The minimum rotation. Only active if angular_limit/enable is true.

LimitRelaxation = 5

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

LimitSoftness = 4
LimitUpper = 1

The maximum rotation. Only active if angular_limit/enable is true.

Max = 8

Represents the size of the HingeJoint3D.Param enum.

MotorMaxImpulse = 7

Maximum acceleration for the motor.

MotorTargetVelocity = 6

Target speed for the motor.