Answers for "unity position ui element"

C#
0

unity position ui element

// To get or set the position of a UI element, see below:
GameObject.GetComponent<RectTransform>().anchoredPosition;
Posted by: Guest on February-28-2020

C# Answers by Framework

Browse Popular Code Answers by Language