Grid Layout Group在 Fixed Column Count模式下自动设置Cell Size
功能:自动设置Grid Layout Group在Fixed Column Count模式下子物体的大小,并且使子物体最大化显示。
另外当前物体RectTransform组件和父物体RectTransform都是为这种方式布局:
using UnityEngine;
using UnityEngine.UI;
public class ResetGridItemSize : MonoBehaviour
{
void Start()
{
int childCount = this.transform