Version: 2017.1

LayoutGroup.SetLayoutInputForAxis

切换到手册
protected void SetLayoutInputForAxis (float totalMin, float totalPreferred, float totalFlexible, int axis);

参数

totalMin 布局组的最小大小。
totalPreferred 布局组的首选大小。
totalFlexible 布局组的灵活大小。
axis 要为其设置尺寸的轴。0 表示水平,1 表示垂直。

描述

用于为给定轴设置计算的布局属性。