体验优化

Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
2025-07-19 13:52:42 +08:00
parent f59aea9bf5
commit eeecba5a3e
16 changed files with 16421 additions and 17768 deletions

View File

@@ -13,6 +13,7 @@ namespace Ichni.Editor
{
public GameElement connectedGameElement;
public Canvas inspectorCanvas;
public Canvas mainCanvas;
public RectTransform inspectorRect;
public RectTransform WindowRect { get; set; }
@@ -37,6 +38,7 @@ namespace Ichni.Editor
ClearInspector();
connectedGameElement = gameElement;
connectedGameElement.SetUpInspector();
EditorManager.instance.uiManager.timeline.SetTimeLine(gameElement);
}
public void ClearInspector()