Version: 2019.2

RectTransform.SetSizeWithCurrentAnchors

Switch to Manual
public void SetSizeWithCurrentAnchors (Animations.Axis axis, float size);

Parameters

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

Description

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.