Click or drag to resize

SpinBoxSetSuffix Method

Note: This API is now obsolete.

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

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

Parameters

suffix
Type: SystemString

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

See Also