RectTransform.SetSizeWithCurrentAnchors

매뉴얼로 전환
public void SetSizeWithCurrentAnchors (Animations.Axis axis, float size);

파라미터

axisThe axis to specify the size along.
sizeThe desired size along the specified axis.

설명

Makes the RectTransform calculated rect be a given size on the specified axis.

This method produces the given size with the current anchoring. If the parent RectTransform changes size, the size of the rect may change. If the size is meant to stay, either the RectTransform anchors should be set not to stretch, or this method should be invoked again whenever the parent size changes.