效果模块,以及代码位置整理
This commit is contained in:
13
Assets/Scripts/DynamicUI/MainUI/MainPage.cs
Normal file
13
Assets/Scripts/DynamicUI/MainUI/MainPage.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ichni.Editor
|
||||
{
|
||||
public class MainPage : StaticWindow
|
||||
{
|
||||
public Canvas mainCanvas;
|
||||
public ToolBar toolBar;
|
||||
public ResolutionHints resolutionHints;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user