赞
踩
UGUI ContentSizeFitter嵌套使用时需要强制刷新,否则ContentSizeFitter会因为刷新不及时导致高度为0
- foreach (ContentSizeFitter child in LevelUpNeedOne.GetComponentsInChildren<ContentSizeFitter>(true))
-
- {
-
- LayoutRebuilder.ForceRebuildLayoutImmediate(child.GetComponent<RectTransform>());
-
- }//强制刷新,否则嵌套ContentSizeFitter 不会及时刷新
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。