using UnityEngine; using UnityEngine.UIElements; /* 本段代码控制Start Game UI */ public class StartGameUIController : MonoBehaviour { // Start is called once before the first execution of Update after the MonoBehaviour is created private Label infoLabel; private Button startButton; void Start() { var root = GetComponent().rootVisualElement; infoLabel = root.Q