1.文字的修改
GetComponent<Text>().text = "cmd";
2.按键的生成
void Start()
{
GetComponent<Button>().onClick.AddListener(() =>
{
Debug.Log("press");
});
}
1.文字的修改
GetComponent<Text>().text = "cmd";
2.按键的生成
void Start()
{
GetComponent<Button>().onClick.AddListener(() =>
{
Debug.Log("press");
});
}
本文标题:01.文字、按键
本文链接:https://www.haomeiwen.com/subject/ryfxsqtx.html
网友评论