Version: 5.4
public static Event CommandEvent (string commandName);

説明

コマンド名からイベントを作成します

	var win : EditorWindow;

// Sends a paste event to an EditorWindow, as if Paste was selected from the Edit menu. win.SendEvent(EditorGUIUtility.CommandEvent("Paste"));