hide unused exp_edit from SpinBox inspector

This commit is contained in:
shahriarlabib000
2024-11-15 22:12:13 +06:00
parent 98ddec4b8b
commit 177bba12b0
2 changed files with 7 additions and 0 deletions

View File

@ -139,6 +139,7 @@ class SpinBox : public Range {
protected:
virtual void gui_input(const Ref<InputEvent> &p_event) override;
void _value_changed(double p_value) override;
void _validate_property(PropertyInfo &p_property) const;
void _notification(int p_what);
static void _bind_methods();