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