LayoutGroup.SetChildAlongAxisWithScale

protected void SetChildAlongAxisWithScale(RectTransform rect, int axis, float pos, float scaleFactor);
protected void SetChildAlongAxisWithScale(RectTransform rect, int axis, float pos, float size, float scaleFactor);

Parameters

rectThe RectTransform of the child layout element.
axisThe axis to set the position and size along. 0 is horizontal and 1 is vertical.
posThe position from the left side or top.
scaleFactorThe scaleFactor to currently being used.
sizeThe size.

Description

Set the position and size of a child layout element along the given axis with a known scale factor.

Did you find this page useful? Please give it a rating: