Enum HingeJoint.Param

enum Param : int { ... }

Enum members

NameDescription
paramBias The speed with which the two bodies get pulled together when they move in different directions.
paramLimitBias The speed with which the rotation across the axis perpendicular to the hinge gets corrected.
paramLimitLower The minimum rotation. Only active if angularLimit/enable is true.
paramLimitRelaxation The lower this value, the more the rotation gets slowed down.
paramLimitSoftness
paramLimitUpper The maximum rotation. Only active if angularLimit/enable is true.
paramMax Represents the size of the param enum.
paramMotorMaxImpulse Maximum acceleration for the motor.
paramMotorTargetVelocity Target speed for the motor.