1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 02:53:29 +08:00

UXAssist v1.2.20

This commit is contained in:
2025-04-21 14:05:52 +08:00
parent 78379165e8
commit 2a3fed7180
7 changed files with 232 additions and 144 deletions

View File

@@ -127,6 +127,12 @@ public class MySideSlider : MonoBehaviour
return this;
}
public MySideSlider WithFontSize(int fontSize)
{
labelText.fontSize = fontSize;
return this;
}
public MySideSlider WithEnable(bool on)
{
SetEnable(on);