Editor.OnSceneGUI 当场景GUI

function OnSceneGUI () : void

Description描述

Lets the Editor handle an event in the scene view.

让编辑器在场景视图处理一个事件。

In the OnSceneGUI you can do eg. mesh editing, terrain painting or advanced gizmos If call Event.current.Use(), the event will be "eaten" by the editor and not be used by the scene view itself.

如果调用Event.current.Use(),在OnSceneGUI可以做,例如,网格编辑,地形绘制或高级gizmos,该事件将被编辑器“吃掉”并且不能用于场景视图自身。

最后修改:2011年6月28日 Tuesday 11:48

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。