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