Click or drag to resize

AnimationTreePlayerDisconnectNodes Method

Disconnects nodes connected to id at the specified input slot.

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

Parameters

id
Type: SystemString

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

dstInputIdx
Type: SystemInt32

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

See Also