Answers for "how to change the size of ui in script unity"

1

how to change the size of ui in script unity

_image.rectTransform.sizeDelta = new Vector2(width, height);
Posted by: Guest on March-19-2020

Code answers related to "how to change the size of ui in script unity"

Browse Popular Code Answers by Language