Select your preferred scripting language. All code snippets will be displayed in this language.
History
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"));