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
本文标题:Unity编辑器功能扩展-EditorWindow
本文链接:https://www.haomeiwen.com/subject/ygxmxftx.html
网友评论