Click or drag to resize

PhysicsServerHingeJointFlag Enumeration

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

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

If true, the Hinge has a maximum and a minimum rotation.

EnableMotor1

If true, a motor turns the Hinge.

See Also