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
+6
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);