Click or drag to resize

AnimationNodeRemoveInput Method

Removes an input, call this only when inactive.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemoveInput(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.AnimationNode.RemoveInput(System.Int32)"]

See Also