This version of Unity is unsupported.

HorizontalOrVerticalLayoutGroup.SetChildrenAlongAxis

Declaration

protected void SetChildrenAlongAxis(int axis, bool isVertical);

Parameters

axis The axis to handle. 0 is horizontal and 1 is vertical.
isVertical Is this group a vertical group?

Description

Set the positions and sizes of the child layout elements for the given axis.