Click or drag to resize

Joint2DSetNodeB Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Joint2D.SetNodeB(Godot.NodePath)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetNodeB is deprecated. Use the NodeB property instead.")]
public void SetNodeB(
	NodePath node
)

Parameters

node
Type: GodotNodePath

[Missing <param name="node"/> documentation for "M:Godot.Joint2D.SetNodeB(Godot.NodePath)"]

See Also