cull(engine-cleanup): pass-8 phase-2 cascade round 2 after GachaUI stub

This commit is contained in:
gamer147
2026-07-03 22:26:45 -04:00
parent e3b8b8dc0c
commit 78971adc46
26 changed files with 2 additions and 370 deletions

View File

@@ -73,38 +73,6 @@ public class UIProgressBar : UIWidgetContainer
}
}
public UIWidget foregroundWidget
{
get
{
return mFG;
}
set
{
if (mFG != value)
{
mFG = value;
mIsDirty = true;
}
}
}
public UIWidget backgroundWidget
{
get
{
return mBG;
}
set
{
if (mBG != value)
{
mBG = value;
mIsDirty = true;
}
}
}
public float value
{
get