EditorGUIUtility.CommandEvent 命令事件

static function CommandEvent (commandName : string) : Event

Description描述

Creates an event

创建一个事件。

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年7月15日 Friday 12:39

本脚本参考基于Unity 3.4.1f5

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