Answers for "how to set width of unity ui"

0

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 set width of unity ui"

Browse Popular Code Answers by Language