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