自定义曲线编辑器, Trail界面跟进

This commit is contained in:
SoulliesOfficial
2025-02-28 00:25:23 -05:00
parent 10292f889c
commit 5238cd0e5e
21 changed files with 7294 additions and 118 deletions

View File

@@ -4,7 +4,7 @@ using UnityEngine;
namespace Ichni.Editor
{
public class MainPage : StaticWindow
public class MainPage : MonoBehaviour
{
public Canvas mainCanvas;
public ToolBar toolBar;