Click or drag to resize

AnimationNodeGetInputName Method

Gets the name of an input by index.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetInputName(
	int input
)

Parameters

input
Type: SystemInt32

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.AnimationNode.GetInputName(System.Int32)"]

See Also