refactoring UXAssist and CheatEnabler

This commit is contained in:
2024-09-17 01:53:41 +08:00
parent db0a9522da
commit fb916b3813
31 changed files with 858 additions and 1260 deletions
+1
View File
@@ -225,6 +225,7 @@ public class MyWindow : ManualBehaviour
{
var index = OnConfigValueChanged(config);
slider.Value = index;
slider.SetLabelText(valueMapper.FormatValue(format, config.Value));
};
slider.OnValueChanged += () =>
{