Button
Interactive UI button with text, icons, and pressed/released signals. Create clickable controls for menus and actions.
UI
No shortcutBeginner8 min readQuick Reference
Button
Godot EngineKeyboard Shortcut
N/A
Where to Find
Scene dock — Create New Node > Control category
Best Used For
- ▸Build menus, HUDs, and inventory screens
- ▸Create responsive layouts with containers
- ▸Handle button clicks and input field events
Beginner-Friendly⏱ 15–30 minutes to master
Key Settings
Add:Text:Connect:Toggle:
Button creates clickable UI buttons. It supports text, icons, keyboard shortcuts, toggle modes, and emits signals when pressed.
Where to Find It
Found under Control in Create New Node dialog. Search for "Button".
How to Use
- Add: Add a Button node to your scene.
- Text: Set the Text property for the button label.
- Connect: Connect the pressed signal to handle clicks.
- Toggle: Enable Toggle Mode for on/off buttons.
Pro Tips
- Use shortcut keys via the Shortcut property for keyboard navigation.
- Add an Icon texture for image buttons.