摘要: using UnityEngine; using UnityEditor; public class NodeEditor : EditorWindow { Rect window1; Rect window2; [MenuItem("Window/Node editor")] static void ShowEditor() { ... 阅读全文
posted @ 2018-01-08 13:56 月儿圆 阅读(674) 评论(0) 推荐(0)