Click or drag to resize

PinJointParam Enumeration

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

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

The force with which the pinned objects stay in positional relation to each other. The higher, the stronger.

Damping1

The force with which the pinned objects 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 produces.

See Also