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