Click or drag to resize

PhysicsServerG6DOFJointAxisFlag Enumeration

[Missing <summary> documentation for "T:Godot.PhysicsServer.G6DOFJointAxisFlag"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum G6DOFJointAxisFlag
Members
  Member nameValueDescription
LinearLimit0

If set there is linear motion possible within the given limits.

AngularLimit1

If set there is rotational motion possible.

Motor4

If set there is a rotational motor across these axes.

LinearMotor5

If set there is a linear motor on this axis that targets a specific velocity.

See Also