Click or drag to resize

AnimationNodeBlendSpace2DSetYLabel Method

Note: This API is now obsolete.

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

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

Parameters

text
Type: SystemString

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

See Also