Click or drag to resize

PhysicsServerPinJointParam Enumeration

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

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

The strength with which the pinned objects try to stay in positional relation to each other.

The higher, the stronger.

Damping1

The strength with which the pinned objects try to stay in velocity relation to each other.

The higher, the stronger.

ImpulseClamp2

If above 0, this value is the maximum value for an impulse that this Joint puts on its ends.

See Also