Click or drag to resize

Physics2DServerJointType Enumeration

[Missing <summary> documentation for "T:Godot.Physics2DServer.JointType"]

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

Constant to create pin joints.

Groove1

Constant to create groove joints.

DampedSpring2

Constant to create damped spring joints.

See Also