Enum PhysicsServer3D.G6DofJointAxisFlag
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum PhysicsServer3D.G6DofJointAxisFlag : long
Fields
EnableAngularLimit = 1
If set, rotational motion is possible.
EnableAngularSpring = 2
EnableLinearLimit = 0
If set, linear motion is possible within the given limits.
EnableLinearMotor = 5
If set, there is a linear motor on this axis that targets a specific velocity.
EnableLinearSpring = 3
EnableMotor = 4
If set, there is a rotational motor across these axes.
Max = 6
Represents the size of the PhysicsServer3D.G6DofJointAxisFlag enum.