cull(engine-cleanup): pass-9 cascade round 1 after UILabel stub
This commit is contained in:
@@ -285,26 +285,6 @@ public class UIWidget : UIRect
|
||||
}
|
||||
}
|
||||
|
||||
public Pivot rawPivot
|
||||
{
|
||||
get
|
||||
{
|
||||
return mPivot;
|
||||
}
|
||||
set
|
||||
{
|
||||
if (mPivot != value)
|
||||
{
|
||||
mPivot = value;
|
||||
if (autoResizeBoxCollider)
|
||||
{
|
||||
ResizeCollider();
|
||||
}
|
||||
MarkAsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public Pivot pivot
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user