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