Click or drag to resize

AnimationNodeTransitionGetInputCaption Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AnimationNodeTransition.GetInputCaption(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetInputCaption is deprecated. Use the Input31__name property instead.")]
public string GetInputCaption(
	int input
)

Parameters

input
Type: SystemInt32

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

Return Value

Type: String

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

See Also