Click or drag to resize

Generic6DOFJointGetFlagX Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Generic6DOFJoint.GetFlagX(Godot.Generic6DOFJoint.Flag)"]

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

Parameters

flag
Type: GodotGeneric6DOFJointFlag

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

Return Value

Type: Boolean

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

See Also