Enum PhysicsServer2D.JointType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum PhysicsServer2D.JointType : long
Fields
DampedSpring = 2Constant to create damped spring joints.
Groove = 1Constant to create groove joints.
Max = 3Represents the size of the PhysicsServer2D.JointType enum.
Pin = 0Constant to create pin joints.