Closed sagaii closed 3 years ago
` //build createVar button GameObject obj = GameObject.Instantiate(BlockViewSettings.Get().PrefabBtnCreateVar);
obj.GetComponentInChildren<Text>().text = "创建变量";`
` //build createVar button GameObject obj = GameObject.Instantiate(BlockViewSettings.Get().PrefabBtnCreateVar);