EditorWindow.SendEvent 发送事件

function SendEvent (e : Event) : bool

Description描述

Sends an Event to a window.

发送一个事件到窗口。

var win : EditorWindow;

/// Sends a paste event to an EditorWindow, as if Paste was selected from the Edit menu.
///如果从编辑器菜单选择了粘贴,发送一个粘贴事件到一个编辑器窗口。

win.SendEvent(EditorGUIUtility.CommandEvent("Paste"));
最后修改:2011年6月20日 Monday 16:17

本脚本参考基于Unity 3.4.1f5

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