Unity更改Button的Text内容

Text text = btn.transform.Find("Text").GetComponent();

text.text = RecordPos.str1;

Debug.Log(text.text.ToString());

你可能感兴趣的:(Unity更改Button的Text内容)