Enum PhysicsServer3D.G6DofJointAxisFlag
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum PhysicsServer3D.G6DofJointAxisFlag : long
Fields
AngularLimit = 1If set, rotational motion is possible.
LinearLimit = 0If set, linear motion is possible within the given limits.
LinearMotor = 5If set, there is a linear motor on this axis that targets a specific velocity.
Motor = 4If set, there is a rotational motor across these axes.