Table of Contents

Enum PhysicsServer3D.G6DofJointAxisFlag

Namespace
Godot
Assembly
GodotSharp.dll
public enum PhysicsServer3D.G6DofJointAxisFlag : long

Fields

AngularLimit = 1

If set, rotational motion is possible.

LinearLimit = 0

If set, linear motion is possible within the given limits.

LinearMotor = 5

If set, there is a linear motor on this axis that targets a specific velocity.

Motor = 4

If set, there is a rotational motor across these axes.