it-notepad.com

Unity change dynamically Button text. Unity динамическая смена имени кнопки

Unity change dynamically Button text. Unity динамическая смена имени кнопки

Button button;
button.GetComponentInChildren<UnityEngine.UI.Text>().text = "text 1";

 

Exit mobile version