Click or drag to resize

AnimationNodeBlendSpace2DSetXLabel Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AnimationNodeBlendSpace2D.SetXLabel(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetXLabel is deprecated. Use the XLabel property instead.")]
public void SetXLabel(
	string text
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Godot.AnimationNodeBlendSpace2D.SetXLabel(System.String)"]

See Also