EditorWindow
- autoRepaintOnSceneChange
- BeginWindows
- Close
- EndWindows
- focusedWindow
- FocusWindowIfItsOpen.<T>
- FocusWindowIfItsOpen
- Focus
- GetWindow.<T>
- GetWindowWithRect.<T>
- GetWindowWithRect
- GetWindow
- mouseOverWindow
- OnDestroy
- OnFocus
- OnGUI
- OnHierarchyChange
- OnInspectorUpdate
- OnLostFocus
- OnProjectChange
- OnSelectionChange
- position
- RemoveNotification
- Repaint
- SendEvent
- ShowAuxWindow
- ShowNotification
- ShowPopup
- ShowTab
- ShowUtility
- Show
- Update
- wantsMouseMove
EditorWindow.ShowAuxWindow 显示在辅助窗口
function ShowAuxWindow () : void
Description描述
Show the editor window in the auxiliary window.
在辅助窗口中显示编辑器窗口。
The single auxiliary window can be re-used by different editor windows at different times. Showing an editor window in the auxiliary window can be useful to avoid clutter of many small windows.
单个辅助窗口可以重复使用于在不同时间的不同编辑器窗口。在辅助窗口中显示编辑器窗口,可有效避免许多小窗口的混乱。
最后修改:2011年6月20日 Monday 16:06