using System.Collections; using System.Collections.Generic; using UnityEngine; public class ButtonTextCtrlTest : MonoBehaviour { // Start is called before the first frame update void Start() { this.GetComponent().SetStr("连接电路线束:动力舱前端采集控制器信号电缆插头;发动机右侧中间顶部电控装置电控执行器电缆插头;变速器温度传感器插头;"); } // Update is called once per frame void Update() { } }