Click or drag to resize

Line2D.SetJointMode 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(
	Line2D.LineJointMode mode
)

Parameters

mode
Type: Godot.Line2D.LineJointMode

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

See Also