Version: 5.6

LayoutGroup.SetLayoutInputForAxis

매뉴얼로 전환
protected void SetLayoutInputForAxis (float totalMin, float totalPreferred, float totalFlexible, int axis);

파라미터

totalMin The min size for the layout group.
totalPreferred The preferred size for the layout group.
totalFlexible The flexible size for the layout group.
axis The axis to set sizes for. 0 is horizontal and 1 is vertical.

설명

Used to set the calculated layout properties for the given axis.