EditorWindow 用于自定义一个编辑器窗口界面
自定义一个编辑器窗口界面
Unity 的编辑器的 ui操作都很难用
继承 EditorWindow
在 OnGUI中绘制 UI
触发并显示出来
Cus-tom Editor 用于扩充Scene场景和 Inspector面板的一些扩展
自定义 inspector和 scene view的一些行为
CustomEditor(typeof() )
OnInspectorGUI/OnSceneGUI
自定义一个编辑器窗口界面
Unity 的编辑器的 ui操作都很难用
继承 EditorWindow
在 OnGUI中绘制 UI
触发并显示出来
自定义 inspector和 scene view的一些行为
CustomEditor(typeof() )
OnInspectorGUI/OnSceneGUI