Click or drag to resize

AnimationTreePlayerConnectNodes Method

Connects node id to dst_id at the specified input slot.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error ConnectNodes(
	string id,
	string dstId,
	int dstInputIdx
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Godot.AnimationTreePlayer.ConnectNodes(System.String,System.String,System.Int32)"]

dstId
Type: SystemString

[Missing <param name="dstId"/> documentation for "M:Godot.AnimationTreePlayer.ConnectNodes(System.String,System.String,System.Int32)"]

dstInputIdx
Type: SystemInt32

[Missing <param name="dstInputIdx"/> documentation for "M:Godot.AnimationTreePlayer.ConnectNodes(System.String,System.String,System.Int32)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.AnimationTreePlayer.ConnectNodes(System.String,System.String,System.Int32)"]

See Also