Click or drag to resize

Generic6DOFJointFlag Enumeration

[Missing <summary> documentation for "T:Godot.Generic6DOFJoint.Flag"]

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

If enabled, linear motion is possible within the given limits.

EnableAngularLimit1

If enabled, rotational motion is possible within the given limits.

EnableLinearSpring3
EnableAngularSpring2
EnableMotor4

If enabled, there is a rotational motor across these axes.

EnableLinearMotor5

If enabled, there is a linear motor across these axes.

Max6

Represents the size of the Generic6DOFJointFlag enum.

See Also