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

rectThe rect transform to update.
bottomThe bottom offset value to set.