Version: 5.6

LayoutGroup.SetChildAlongAxis

매뉴얼로 전환
protected void SetChildAlongAxis (RectTransform rect, int axis, float pos, float size);

파라미터

rect The RectTransform of the child layout element.
axis The axis to set the position and size along. 0 is horizontal and 1 is vertical.
pos The position from the left side or top.
size The size.

설명

Set the position and size of a child layout element along the given axis.