Click or drag to resize

HingeJointFlag Enumeration

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

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

If true, the hinges maximum and minimum rotation, defined by AngularLimit__lower and AngularLimit__upper has effects.

EnableMotor1

When activated, a motor turns the hinge.

Max2

Represents the size of the HingeJointFlag enum.

See Also