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