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