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