using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UIElements; public class UIControlDesign : UnitUIControl { #region UI元素 public override VisualElement Element => ModuleUIPage.Q("PlateDesign"); public VisualElement Rendering => Element.Q("Rendering"); public Button Button1 => Element.Q