TextEditMenuItems Enumeration |
[Missing <summary> documentation for "T:Godot.TextEdit.MenuItems"]
Namespace: Godot
public enum MenuItems
Member name | Value | Description | |
---|---|---|---|
Cut | 0 | Cuts (copies and clears) the selected text. | |
Copy | 1 | Copies the selected text. | |
Paste | 2 | Pastes the clipboard text over the selected text (or at the cursor's position). | |
Clear | 3 | Erases the whole TextEdit text. | |
SelectAll | 4 | Selects the whole TextEdit text. | |
Undo | 5 | Undoes the previous action. | |
Redo | 6 | Redoes the previous action. | |
Max | 7 | Represents the size of the TextEditMenuItems enum. |