Click or drag to resize

EditorSpinSliderSetLabel Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetLabel is deprecated. Use the Label property instead.")]
public void SetLabel(
	string label
)

Parameters

label
Type: SystemString

[Missing <param name="label"/> documentation for "M:Godot.EditorSpinSlider.SetLabel(System.String)"]

See Also