using UnityEngine; namespace RedCircuit.UI { /// 属性面板,显示并编辑选中元件的可调属性(延迟、阻值、模式等)。 public class InspectorPanel : MonoBehaviour { } }