Click or drag to resize

AnimationTreePlayerTransitionNodeDeleteInput Method

Deletes the input at input_idx for the transition node with name id.

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

Parameters

id
Type: SystemString

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

inputIdx
Type: SystemInt32

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

See Also