Click or drag to resize

Line2DSetJointMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Line2D.SetJointMode(Godot.Line2D.LineJointMode)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetJointMode is deprecated. Use the JointMode property instead.")]
public void SetJointMode(
	Line2DLineJointMode mode
)

Parameters

mode
Type: GodotLine2DLineJointMode

[Missing <param name="mode"/> documentation for "M:Godot.Line2D.SetJointMode(Godot.Line2D.LineJointMode)"]

See Also