|
TraGUS
Godot plugin for user settings
|
| delegate void ChangedEventHandler | ( | GodotObject | sender, |
| Variant | value | ||
| ) |
Emited when the value of this setting has changed.
| sender | The sender object that triggered the change. Can notably used by ui element to ignore the change and not update their display if it comes from themselves. |
| value | The new value of this setting. |