Version: 5.4
public bool SendEvent (Event e);

説明

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"));