Click or drag to resize

HingeJointGetFlag Method

Note: This API is now obsolete.

Returns the value of the specified flag.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetFlag is deprecated. Use the Motor__enable property instead.")]
public bool GetFlag(
	HingeJointFlag flag
)

Parameters

flag
Type: GodotHingeJointFlag

[Missing <param name="flag"/> documentation for "M:Godot.HingeJoint.GetFlag(Godot.HingeJoint.Flag)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.HingeJoint.GetFlag(Godot.HingeJoint.Flag)"]

See Also