Click or drag to resize

SliderEditable Property

If true, the slider can be interacted with. If false, the value can be changed only by code.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool Editable { get; set; }

Property Value

Type: Boolean
See Also