My Notes
Godot Editor
- 00:21: The Project Manager
- This is the window that shows when you first launch the editor.
- 01:11: The Editor interface:
- The middle is the viewport
- 01:36: The toolbar for the viewport
- 01:59: left and right docks:
- 02:16: Bottom panel
- Debug console, animation audio and more.
- 02:29 To expand the bottom panel click the arrows button on the bottom right
- 02:42: 2D
- 03:01: 3D
- 03:16Script screen
- 03:29AssetLib
- 03:36: Documentation
- Search for any class, method, signal, constant etc.
- Press
Shift+F1
.
- Command click a symbol in code to open the docs for that symbol