StretchToScreenSize.Stretch
Method in StretchToScreenSize
Declaration
public void Stretch()
Description
Stretches the RectTransform to match the screen size.
Overload
Declaration
public void Stretch(bool stretchWidth, bool stretchHeight)
Description
Stretches the RectTransform to match the screen size.
Parameters
stretchWidth | Whether to stretch the width. |
stretchHeight | Whether to stretch the height. |