cull(engine-cleanup): pass-8 phase-2 cascade round 2 after GachaUI stub
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user