RectTransformExtensions.SetAnchorMaxY
Extension Method in RectTransformExtensions
Declaration
public static void SetAnchorMaxY(this RectTransform rect, float maxY)
Description
Sets the top anchor of the rect transform to the given value.
Parameters
rect | The rect transform to update. |
maxY | The top anchor value to set. |