Answers for "change width and height ui unity"

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 "change width and height ui unity"

Browse Popular Code Answers by Language