Click or drag to resize

HingeJoint.GetFlag 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(
	HingeJoint.Flag flag
)

Parameters

flag
Type: Godot.HingeJoint.Flag

[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