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