Click or drag to resize

SpinBoxSetPrefix Method

Note: This API is now obsolete.

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

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

Parameters

prefix
Type: SystemString

[Missing <param name="prefix"/> documentation for "M:Godot.SpinBox.SetPrefix(System.String)"]

See Also