screen adjust

This commit is contained in:
2020-07-11 10:57:19 +08:00
parent 19eaa467e9
commit f563839566
20 changed files with 713 additions and 549 deletions

View File

@@ -175,7 +175,7 @@ public class UIAnchor : MonoBehaviour
else return;
#region add by chenbin
mRect = NGUITools.wrapRect4Fringe(mRect);
mRect = NGUITools.wrapRect4Fringe(gameObject, mRect);
#endregion
float cx = (mRect.xMin + mRect.xMax) * 0.5f;