PhysicsServerJointType Enumeration |
[Missing <summary> documentation for "T:Godot.PhysicsServer.JointType"]
Namespace: Godot
public enum JointType
| Member name | Value | Description | |
|---|---|---|---|
| Pin | 0 | ||
| Hinge | 1 | The Joint is a HingeJoint. | |
| Slider | 2 | The Joint is a SliderJoint. | |
| ConeTwist | 3 | The Joint is a ConeTwistJoint. | |
| Joint6dof | 4 | The Joint is a Generic6DOFJoint. |