Inspector

初步测试Inspector
This commit is contained in:
SoulliesOfficial
2025-02-11 22:58:56 -05:00
parent 1b3c3556a1
commit f949cd3229
33 changed files with 1679 additions and 93 deletions

View File

@@ -7,6 +7,7 @@ namespace Ichni.Editor
public class EditorUIManager : MonoBehaviour
{
public Hierarchy hierarchy;
public Inspector inspector;
}
}