Click or drag to resize

SliderSetEditable Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetEditable is deprecated. Use the Editable property instead.")]
public void SetEditable(
	bool editable
)

Parameters

editable
Type: SystemBoolean

[Missing <param name="editable"/> documentation for "M:Godot.Slider.SetEditable(System.Boolean)"]

See Also