EditorGUIUtility.CommandEvent Manual     Reference     Scripting  
Scripting > Editor Classes > EditorGUIUtility
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"));