Click or drag to resize

AnimationNodeTransitionSetInputCaption Method

Note: This API is now obsolete.

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

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

Parameters

input
Type: SystemInt32

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

caption
Type: SystemString

[Missing <param name="caption"/> documentation for "M:Godot.AnimationNodeTransition.SetInputCaption(System.Int32,System.String)"]

See Also