Enum Generic6DofJoint3D.Flag
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Generic6DofJoint3D.Flag : long
Fields
EnableAngularLimit = 1
If enabled, rotational motion is possible within the given limits.
EnableAngularSpring = 2
EnableLinearLimit = 0
If enabled, linear motion is possible within the given limits.
EnableLinearMotor = 5
If enabled, there is a linear motor across these axes.
EnableLinearSpring = 3
EnableMotor = 4
If enabled, there is a rotational motor across these axes.
Max = 6
Represents the size of the Generic6DofJoint3D.Flag enum.