Generic6DOFJointFlag Enumeration |
[Missing <summary> documentation for "T:Godot.Generic6DOFJoint.Flag"]
Namespace: Godot
public enum Flag
Member name | Value | Description | |
---|---|---|---|
EnableLinearLimit | 0 | If enabled, linear motion is possible within the given limits. | |
EnableAngularLimit | 1 | If enabled, rotational motion is possible within the given limits. | |
EnableLinearSpring | 3 | ||
EnableAngularSpring | 2 | ||
EnableMotor | 4 | If enabled, there is a rotational motor across these axes. | |
EnableLinearMotor | 5 | If enabled, there is a linear motor across these axes. | |
Max | 6 | Represents the size of the Generic6DOFJointFlag enum. |