Files

10 lines
229 B
C#
Raw Permalink Normal View History

2026-08-07 23:39:47 +08:00
using UnityEngine;
namespace RedCircuit.UI
{
/// <summary>属性面板,显示并编辑选中元件的可调属性(延迟、阻值、模式等)。</summary>
public class InspectorPanel : MonoBehaviour
{
}
}