Click or drag to resize

AnimationNodeBlendSpace1DSetValueLabel Method

Note: This API is now obsolete.

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

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

Parameters

text
Type: SystemString

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

See Also