Click or drag to resize

PhysicsServerJointType Enumeration

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

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

The Joint is a PinJoint.

Hinge1

The Joint is a HingeJoint.

Slider2

The Joint is a SliderJoint.

ConeTwist3

The Joint is a ConeTwistJoint.

Joint6dof4

The Joint is a Generic6DOFJoint.

See Also