Enum PhysicsServer2D.PinJointParam
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum PhysicsServer2D.PinJointParam : long
Fields
LimitLower = 2
The minimum rotation around the pin.
LimitUpper = 1
The maximum rotation around the pin.
MotorTargetVelocity = 3
Target speed for the motor. In radians per second.
Softness = 0
Constant to set/get a how much the bond of the pin joint can flex. The default value of this parameter is
0.0
.