cull(engine-cleanup): pass-9 cascade round 1 after DialogBase stub
This commit is contained in:
@@ -155,19 +155,6 @@ public class UIScrollView : MonoBehaviour
|
||||
}
|
||||
}
|
||||
|
||||
public virtual bool shouldMoveVertically
|
||||
{
|
||||
get
|
||||
{
|
||||
float num = bounds.size.y;
|
||||
if (mPanel.clipping == UIDrawCall.Clipping.SoftClip)
|
||||
{
|
||||
num += mPanel.clipSoftness.y * 2f;
|
||||
}
|
||||
return Mathf.RoundToInt(num - mPanel.height) > 0;
|
||||
}
|
||||
}
|
||||
|
||||
protected virtual bool shouldMove
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user