using UnityEngine; using XRLib.UI; namespace Studio.UI { public class Panel_Inspector : PanelBase { public void Open() { SetActive(true); } } }