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