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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user