Enum PhysicsServer3D.JointType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum PhysicsServer3D.JointType : long
Fields
ConeTwist = 3
The Joint3D is a ConeTwistJoint3D.
Hinge = 1
The Joint3D is a HingeJoint3D.
Max = 5
Represents the size of the PhysicsServer3D.JointType enum.
Pin = 0
The Joint3D is a PinJoint3D.
Slider = 2
The Joint3D is a SliderJoint3D.
Type6Dof = 4
The Joint3D is a Generic6DofJoint3D.