Click or drag to resize

EditorSpinSliderSetFlat Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFlat is deprecated. Use the Flat property instead.")]
public void SetFlat(
	bool flat
)

Parameters

flat
Type: SystemBoolean

[Missing <param name="flat"/> documentation for "M:Godot.EditorSpinSlider.SetFlat(System.Boolean)"]

See Also