PhysicsServerG6DOFJointAxisFlag Enumeration |
[Missing <summary> documentation for "T:Godot.PhysicsServer.G6DOFJointAxisFlag"]
Namespace: Godot
public enum G6DOFJointAxisFlag
Member name | Value | Description | |
---|---|---|---|
LinearLimit | 0 | If set there is linear motion possible within the given limits. | |
AngularLimit | 1 | If set there is rotational motion possible. | |
Motor | 4 | If set there is a rotational motor across these axes. | |
LinearMotor | 5 | If set there is a linear motor on this axis that targets a specific velocity. |