RectTransformExtensions.SetAnchorMinY

Extension Method in RectTransformExtensions

Declaration

public static void SetAnchorMinY(this RectTransform rect, float minY)

Description

Sets the bottom anchor of the rect transform to the given value.

Parameters

rectThe rect transform to update.
minYThe bottom anchor value to set.