Click or drag to resize

Generic6DOFJointSetFlagY Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Generic6DOFJoint.SetFlagY(Godot.Generic6DOFJoint.Flag,System.Boolean)"]

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

Parameters

flag
Type: GodotGeneric6DOFJointFlag

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

value
Type: SystemBoolean

[Missing <param name="value"/> documentation for "M:Godot.Generic6DOFJoint.SetFlagY(Godot.Generic6DOFJoint.Flag,System.Boolean)"]

See Also